Skip to content

Commit

Permalink
move backend tests to use tt
Browse files Browse the repository at this point in the history
  • Loading branch information
filonenko-mikhail committed Jun 24, 2024
1 parent eab5322 commit a37682d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- run: echo "ETCD_PATH=etcd-${{ matrix.etcd }}/etcd" >> $GITHUB_ENV

# Setup luatest
-
- name: 'Install luatest'
run: |
source tarantool-enterprise/env.sh
tt rocks install luatest 1.0.1
Expand All @@ -253,7 +253,10 @@ jobs:
pip install -r test/integration/requirements.txt
if: steps.cache-pytest.outputs.cache-hit != 'true'

- run: tt rocks make
- name: 'tt rocks make'
run: |
source tarantool-enterprise/env.sh
tt rocks make
# Stop Mono server. This server starts and listens to 8084 port that is
# used for tests.
Expand Down

0 comments on commit a37682d

Please sign in to comment.