Skip to content

Commit

Permalink
artificats before test
Browse files Browse the repository at this point in the history
  • Loading branch information
snapdgn committed Jun 13, 2024
1 parent ab580b5 commit 319a1c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 319a1c1

Please sign in to comment.