diff --git a/.github/workflows/stage0.yml b/.github/workflows/stage0.yml index 1e5a9031..6f08ee89 100644 --- a/.github/workflows/stage0.yml +++ b/.github/workflows/stage0.yml @@ -38,9 +38,14 @@ jobs: with: name: docker_image path: /tmp - - name: Load image - run: | - docker load --input /tmp/myimage.tar - docker image ls -a + + test_stage: + runs-on: ubuntu-latest + needs: check + container: + image: /tmp/docker_image + steps: + - name: test + run: echo "test" - name: Check clang-format run: find . -type f -regex '.*\\.\\(hpp\\|cpp\\)$' -print0 | xargs -0 clang-format --dry-run --Werror --style=file"