File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ jobs:
103
103
run : |
104
104
curl -L https://tarantool.io/release/2/installer.sh | bash
105
105
sudo apt install -y tt
106
- tt rocks install crud 1.5 .2
106
+ tt rocks install crud 1.4 .2
107
107
108
108
- name : Run tests
109
109
run : make test-pure-install
@@ -343,7 +343,7 @@ jobs:
343
343
run : |
344
344
curl -L https://tarantool.io/release/2/installer.sh | bash
345
345
sudo dnf install -y tt
346
- tt rocks install crud 1.5 .2
346
+ tt rocks install crud 1.4 .2
347
347
348
348
- name : Run tests
349
349
run : make test-pure-install
@@ -522,7 +522,7 @@ jobs:
522
522
run : |
523
523
curl -L https://tarantool.io/release/2/installer.sh | bash
524
524
apt install -y tt
525
- tt rocks install crud 1.5 .2
525
+ tt rocks install crud 1.4 .2
526
526
527
527
- name : Run tests
528
528
run : |
Original file line number Diff line number Diff line change 43
43
run : |
44
44
curl -L https://tarantool.io/release/2/installer.sh | bash
45
45
sudo apt install -y tt
46
- tt rocks install crud 1.5 .2
46
+ tt rocks install crud 1.4 .2
47
47
48
48
- run : make test
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
125
125
- name : Install the crud module for testing purposes
126
126
run : |
127
- tt rocks install crud 1.5 .2
127
+ tt rocks install crud 1.4 .2
128
128
129
129
- name : Run tests
130
130
run : make test
@@ -190,7 +190,7 @@ jobs:
190
190
source tarantool-enterprise/env.sh
191
191
curl -L https://tarantool.io/release/2/installer.sh | bash
192
192
sudo apt install -y tt
193
- tt rocks install crud 1.5 .2 TARANTOOL_DIR=$PWD/tarantool-enterprise
193
+ tt rocks install crud 1.4 .2 TARANTOOL_DIR=$PWD/tarantool-enterprise
194
194
195
195
- name : Run tests
196
196
run : |
@@ -246,7 +246,7 @@ jobs:
246
246
run : |
247
247
curl -L https://tarantool.io/release/2/installer.sh | bash
248
248
sudo apt install -y tt
249
- tt rocks install crud 1.5 .2
249
+ tt rocks install crud 1.4 .2
250
250
251
251
- name : Run tests
252
252
run : make test-pure-install
You can’t perform that action at this time.
0 commit comments