Skip to content

Commit

Permalink
ci: fix tests for ssl
Browse files Browse the repository at this point in the history
There was errors with SSL options for several versions of Tarantool.

After the patch building of Tarantool was changed on dynamic one in CI.
  • Loading branch information
themilchenko committed Nov 11, 2024
1 parent 4a84262 commit 9e3650b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ jobs:
DEBIAN_FRONTEND: noninteractive

- name: Install tt cli
run: sudo apt install -y tt=2.4.0
run: sudo apt install -y tt=2.5.2
env:
DEBIAN_FRONTEND: noninteractive

- name: Install Tarantool
run: tt install tarantool ${{ matrix.tarantool }} --dynamic

- name: Cache rocks
uses: actions/cache@v2
id: cache-rocks
Expand Down

0 comments on commit 9e3650b

Please sign in to comment.