Skip to content

Commit 5596c9d

Browse files
DifferentialOrangeCuriousGeorgiy
authored andcommitted
[DO NOT MERGE] ci: test on Tarantool pr/8630
1 parent 61a871a commit 5596c9d

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/test_on_push.yaml

+12-2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
- tarantool-version: "master"
4545
metrics-version: "1.0.0"
4646
vshard-version: "0.1.24"
47+
- tarantool-version: "pr/8630"
48+
metrics-version: "1.0.0"
49+
vshard-version: "0.1.24"
50+
remove-merger: true
4751
fail-fast: false
4852
# Can't install older versions on 22.04,
4953
# see https://github.com/tarantool/setup-tarantool/issues/36
@@ -52,7 +56,7 @@ jobs:
5256
- uses: actions/checkout@master
5357

5458
- name: Setup Tarantool CE
55-
if: matrix.tarantool-version != 'master'
59+
if: matrix.tarantool-version != 'master' && matrix.tarantool-version != 'pr/8630'
5660
uses: tarantool/setup-tarantool@v2
5761
with:
5862
tarantool-version: ${{ matrix.tarantool-version }}
@@ -84,8 +88,14 @@ jobs:
8488
tt init
8589
tt install tarantool master
8690
91+
- name: Setup Tarantool from PR
92+
if: matrix.tarantool-version == 'pr/8630'
93+
run: |
94+
tt init
95+
tt install tarantool pr/8630
96+
8797
- name: Add Tarantool master to PATH
88-
if: matrix.tarantool-version == 'master'
98+
if: matrix.tarantool-version == 'master' || matrix.tarantool-version == 'pr/8630'
8999
run: echo "${GITHUB_WORKSPACE}/bin" >> $GITHUB_PATH
90100

91101
- name: Fix luarocks in Tarantool CE 1.10.6

0 commit comments

Comments
 (0)