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 d7d40b6 commit eab5322
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ jobs:
- name: Add SDK to PATH and set TARANTOOL_SDK_PATH variable
run: |
SDK_PATH="$(realpath tarantool-enterprise)"
TT_CLI_REPO_ROCKS="$(realpath tarantool-enterprise)/rocks"
echo "${SDK_PATH}" >> ${GITHUB_PATH}
echo "TARANTOOL_SDK_PATH=${SDK_PATH}" >> ${GITHUB_ENV}
echo "TT_CLI_REPO_ROCKS=${TT_CLI_REPO_ROCKS}" >> ${GITHUB_ENV}
- name: Set up etcd
uses: tarantool/actions/setup-etcd@master
Expand All @@ -233,8 +235,10 @@ jobs:
- run: echo "ETCD_PATH=etcd-${{ matrix.etcd }}/etcd" >> $GITHUB_ENV

# Setup luatest
-
run: tt rocks install luatest 1.0.1
-
run: |
source tarantool-enterprise/env.sh
tt rocks install luatest 1.0.1
# Setup pytest
- name: Cache pytest
Expand Down

0 comments on commit eab5322

Please sign in to comment.