Skip to content

Commit 9e3650b

Browse files
committed
ci: fix tests for ssl
There was errors with SSL options for several versions of Tarantool. After the patch building of Tarantool was changed on dynamic one in CI.
1 parent 4a84262 commit 9e3650b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ jobs:
2828
DEBIAN_FRONTEND: noninteractive
2929

3030
- name: Install tt cli
31-
run: sudo apt install -y tt=2.4.0
31+
run: sudo apt install -y tt=2.5.2
3232
env:
3333
DEBIAN_FRONTEND: noninteractive
3434

35+
- name: Install Tarantool
36+
run: tt install tarantool ${{ matrix.tarantool }} --dynamic
37+
3538
- name: Cache rocks
3639
uses: actions/cache@v2
3740
id: cache-rocks

0 commit comments

Comments
 (0)