Skip to content

Commit

Permalink
Revising zip artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 11, 2024
1 parent c99c8ad commit ee89c81
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
- name: Install assignments package
run: |
raco pkg install --auto ../assignments/
- name: Archive knock-plus
uses: actions/upload-pages-artifact@v3
with:
name: knock-plus
path: knock-plus
- name: Run tests
run: |
raco test knock-plus/test/interp.rkt # all should pass
raco test knock-plus/test/compile.rkt 2>&1 | grep 'failures' # should not pass
- name: Zip
run: |
zip knock-plus.zip `git ls-files knock-plus`
- name: Archive knock-plus
uses: actions/upload-pages-artifact@v3
with:
name: knock-plus
path: knock-plus.zip

0 comments on commit ee89c81

Please sign in to comment.