diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e5aa08987..c863ad240 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,14 +53,14 @@ jobs: opam pin --yes --no-action add . opam install sail --yes - - name: Test Sail - run: | - eval $(opam env) - etc/ci_core_tests.sh - - name: Package sail as artifact if: success() uses: actions/upload-artifact@v3 with: name: sail-artifact path: ~/.opam/5.0.0/bin/sail + + - name: Test Sail + run: | + eval $(opam env) + etc/ci_core_tests.sh