Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: version check job fails #77

Open
oleg-jukovec opened this issue Apr 17, 2024 · 0 comments
Open

ci: version check job fails #77

oleg-jukovec opened this issue Apr 17, 2024 · 0 comments
Labels
1sp bug Something isn't working teamE

Comments

@oleg-jukovec
Copy link
Contributor

We need to upgrade the job:

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
@oleg-jukovec oleg-jukovec added bug Something isn't working 1sp teamE labels Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1sp bug Something isn't working teamE
Projects
None yet
Development

No branches or pull requests

1 participant