From b621d672274ed3190929876ca84c5798e3bfa9f2 Mon Sep 17 00:00:00 2001 From: igorcoding Date: Sat, 30 Dec 2023 14:22:25 +0300 Subject: [PATCH] tt --- .github/workflows/actions.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index ac2d8f4..ec311c9 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -57,7 +57,7 @@ jobs: - name: Install tarantool ${{ matrix.tarantool }} on MacOS if: matrix.os == 'macos-latest' run: | - brew install icu4c libyaml 'openssl@3' readline zstd + brew install icu4c libyaml openssl@3 readline zstd sudo tt install tarantool ${{ matrix.tarantool }} - name: Install dependencies @@ -69,7 +69,7 @@ jobs: make build && make lint && make quicktest - name: Run deep test - if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" && matrix.tarantool == "2.11.2" }} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && matrix.tarantool == '2.11.2' }} run: | make build && make test make clean && make debug && make coverage