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 workflow failure #64

Open
andygolay opened this issue Jun 17, 2024 · 0 comments
Open

CI workflow failure #64

andygolay opened this issue Jun 17, 2024 · 0 comments

Comments

@andygolay
Copy link
Collaborator

andygolay commented Jun 17, 2024

Error is

Run ./bin/maintainer/citest.sh
  ./bin/maintainer/citest.sh
  shell: sh -e {0}
/__w/_temp/c9b0da90-5374-43ec-af1d-8607[2](https://github.com/movementlabsxyz/movement-hack-old/actions/runs/9546387234/job/26309145402#step:3:2)3d77944.sh: 1: ./bin/maintainer/citest.sh: not found
Error: Process completed with exit code 127.

Any idea why that's happening or how to fix it?

I do see the file /bin/maintainer/citest.sh in the repo.

Here's the workflow in citest.yaml:

name: Run Citests

on:
  push:
    branches:
      - main
jobs:       
  test:
      runs-on: ubuntu-latest
      container:
        image: mvlbs/m1:latest
      steps:
        - run: ./bin/maintainer/citest.sh

and here's the Dockerfile:

FROM public.ecr.aws/c4i6k4r8/movement-dev:latest

COPY . .

ENTRYPOINT ["/bin/bash", "./abin/citest.sh"]

Could it be that https://public.ecr.aws/c4i6k4r8/movement-dev:latest or the image mvlbs/m1:latest needs to be updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant