Skip to content

ci: version check job fails #77

@oleg-jukovec

Description

@oleg-jukovec

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    1spbugSomething isn't workingteamE

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions