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 26af78f commit bc67fdeCopy full SHA for bc67fde
.github/workflows/test.yaml
@@ -37,15 +37,11 @@ jobs:
37
fail-fast: false
38
runs-on: ubuntu-22.04
39
steps:
40
- - uses: actions/checkout@v4
41
- if: ${{ matrix.LUA != 'tarantool' }}
42
-
43
- uses: actions/checkout@v4
44
with:
45
fetch-depth: 0
46
submodules: recursive
47
- repository: 'tarantool/tarantool'
48
- if: ${{ matrix.LUA == 'tarantool' }}
+ repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }} }}
49
50
- name: Setup common packages
51
run: |
0 commit comments