From 84d466dfd9251e1b94436935ad07ea2f3bb1a48e Mon Sep 17 00:00:00 2001 From: Francisco Moura Date: Thu, 29 Aug 2024 15:50:26 -0300 Subject: [PATCH] fix: fix the CI make-generate to use an image with the cartesi machine --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0d5d2f7fd..78b4061e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,6 +66,10 @@ jobs: do-basic-checks: runs-on: ubuntu-22.04 + container: + image: ghcr.io/cartesi/rollups-node-ci:${{needs.build-ci-base.outputs.output}} + needs: + - build-ci-base steps: - uses: actions/checkout@v4 with: @@ -107,16 +111,13 @@ jobs: - name: Fix VCS Issue run : git config --global --add safe.directory /__w/rollups-node/rollups-node - - name: Install Go uses: actions/setup-go@v5 with: go-version-file: 'go.mod' - - name: Check auto generated files run: make check-generate - test-rust: runs-on: ubuntu-22.04 env: