From a37682dc724efb2dfe1833d89005030e1b27abe1 Mon Sep 17 00:00:00 2001 From: Michael Filonenko Date: Mon, 24 Jun 2024 11:56:43 +0000 Subject: [PATCH] move backend tests to use tt --- .github/workflows/backend-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index ccca2541c..f9d84da81 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -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 @@ -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.