Skip to content

Commit

Permalink
tt
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcoding committed Dec 30, 2023
1 parent 3b8dd3b commit b621d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b621d67

Please sign in to comment.