Skip to content

Commit

Permalink
Try creating zip artifact of assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Nov 11, 2024
1 parent 5d2b572 commit 050dded
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,14 @@ jobs:
run: |
nasm --version
gcc --version
- name: Install langs package
- 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
Expand Down

0 comments on commit 050dded

Please sign in to comment.