Skip to content

Commit 2c1e317

Browse files
[DO NOT MERGE] ci: test on Tarantool pr/8630
1 parent f6bfca7 commit 2c1e317

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/fast_testing.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,15 @@ jobs:
3333
- '2.8'
3434
- '2.10'
3535
- 'release-master'
36+
- 'pr/8630'
3637

3738
env:
3839
TNT_RELEASE_PATH: /home/runner/tnt-release
3940

4041
runs-on: ubuntu-20.04
4142
steps:
4243
- name: Install tarantool ${{ matrix.tarantool }}
43-
if: startsWith(matrix.tarantool, 'release') != true
44+
if: matrix.tarantool != 'release-master' && matrix.tarantool != 'pr/8630'
4445
uses: tarantool/setup-tarantool@v2
4546
with:
4647
tarantool-version: ${{ matrix.tarantool }}
@@ -72,6 +73,16 @@ jobs:
7273
fetch-depth: 0
7374
submodules: true
7475

76+
- name: Clone tarantool fork with ${{ matrix.tarantool }}
77+
if: matrix.tarantool == 'pr/8630'
78+
uses: actions/checkout@v3
79+
with:
80+
repository: curiousgeorgiy/tarantool
81+
ref: gh-8147-tuple-formats-in-iproto-responses
82+
path: tarantool
83+
fetch-depth: 0
84+
submodules: true
85+
7586
- name: Build tarantool ${{ matrix.tarantool }}
7687
if: startsWith(matrix.tarantool, 'release') && steps.cache-tnt-release.outputs.cache-hit != 'true'
7788
run: |

0 commit comments

Comments
 (0)