Skip to content

Commit 66dd881

Browse files
Col-Waltzoleg-jukovec
authored andcommitted
ci: fix version check job
Version check for `sharded_queue.api` requires cartridge module to be installed. Closes #77
1 parent 2b92db5 commit 66dd881

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/packaging.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
1616
runs-on: ubuntu-24.04
1717
steps:
18+
- name: Install roles requirements
19+
run: make deps-cartridge
20+
1821
- name: Check module version for api
1922
uses: tarantool/actions/check-module-version@master
2023
with:

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }}
1212
runs-on: ubuntu-24.04
1313
steps:
14+
- name: Install roles requirements
15+
run: make deps-cartridge
16+
1417
- name: Check module version for api
1518
uses: tarantool/actions/check-module-version@master
1619
with:

0 commit comments

Comments
 (0)