Skip to content

Commit 57f5f8c

Browse files
installer v.3
1 parent 98ccacf commit 57f5f8c

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/packing.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
- name: Install tarantool ${{ matrix.tarantool }}
495495
run: |
496496
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
498498
apt install -y tarantool tarantool-dev
499499
env:
500500
DEBIAN_FRONTEND: noninteractive
@@ -529,20 +529,13 @@ jobs:
529529

530530
- name: Install the crud module for testing purposes
531531
run: |
532-
curl -L https://tarantool.io/release/2/installer.sh | bash
532+
curl -L https://tarantool.io/release/3/installer.sh | bash
533533
apt install -y tt
534534
tt rocks install crud
535535
536536
- name: Run tests
537537
run: |
538538
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'
546539
547540
publish_deb:
548541
if: startsWith(github.ref, 'refs/tags')

0 commit comments

Comments
 (0)