We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdf9d8f commit 1aec7e7Copy full SHA for 1aec7e7
.github/workflows/reusable_qa.yml
@@ -28,8 +28,14 @@ jobs:
28
# dependencies when migrating to other OS version.
29
run: sudo dpkg -i tarantool*.deb
30
31
+ - name: Setup tt
32
+ run: |
33
+ curl -L https://tarantool.io/release/2/installer.sh | sudo bash
34
+ sudo apt install -y tt
35
+ tt version
36
+
37
- name: Install the tarantool/queue module
- run: tarantoolctl rocks install queue
38
+ run: tt rocks install queue
39
40
- name: Build docker image with connector setup
41
run: ./dockerfile.sh | tee /dev/tty | docker build -t queue -
0 commit comments