-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
We need to upgrade the job:
sharded-queue/.github/workflows/publish.yml
Lines 9 to 21 in b794b06
| version-check: | |
| # We need this job to run only on push with tag. | |
| if: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') }} | |
| runs-on: ubuntu-20.04 | |
| steps: | |
| - name: Check module version for api | |
| uses: tarantool/actions/check-module-version@master | |
| with: | |
| module-name: 'sharded_queue.api' | |
| - name: Check module version for storage | |
| uses: tarantool/actions/check-module-version@master | |
| with: | |
| module-name: 'sharded_queue.storage' |
https://github.com/tarantool/sharded-queue/actions/runs/8719602126/job/23919298476
LuajitError: ...r/work/sharded-queue/sharded-queue/sharded_queue/api.lua:1: module 'cartridge' not found:
no field package.preload['cartridge']
no file '/home/runner/work/sharded-queue/sharded-queue/cartridge.lua'
no file '/home/runner/work/sharded-queue/sharded-queue/cartridge/init.lua'
no file '/home/runner/work/sharded-queue/sharded-queue/cartridge.so'
no file '/home/runner/work/sharded-queue/sharded-queue/.rocks/share/tarantool/cartridge.lua'
no file '/home/runner/work/sharded-queue/sharded-queue/.rocks/share