File tree 1 file changed +2
-9
lines changed
1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ jobs:
494
494
- name : Install tarantool ${{ matrix.tarantool }}
495
495
run : |
496
496
apt install -y curl
497
- curl -L https://tarantool.io/release/2 /installer.sh | bash
497
+ curl -L https://tarantool.io/release/3 /installer.sh | bash
498
498
apt install -y tarantool tarantool-dev
499
499
env :
500
500
DEBIAN_FRONTEND : noninteractive
@@ -529,20 +529,13 @@ jobs:
529
529
530
530
- name : Install the crud module for testing purposes
531
531
run : |
532
- curl -L https://tarantool.io/release/2 /installer.sh | bash
532
+ curl -L https://tarantool.io/release/3 /installer.sh | bash
533
533
apt install -y tt
534
534
tt rocks install crud
535
535
536
536
- name : Run tests
537
537
run : |
538
538
make test-pure-install
539
- if : matrix.target.dist != 'bookworm' && matrix.target.dist != 'noble'
540
-
541
- - name : Run tests
542
- run : |
543
- . .venv/bin/activate
544
- make test-pure-install
545
- if : matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
546
539
547
540
publish_deb :
548
541
if : startsWith(github.ref, 'refs/tags')
You can’t perform that action at this time.
0 commit comments