Skip to content

Commit

Permalink
Rework CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Oct 17, 2024
1 parent f564b9d commit 4cc9ac7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
- name: Build and test
run: |
export LINK_DIR=/usr/lib/x86_64-linux-gnu
raco pkg install --auto ziggy/
raco pkg install langs/
raco pkg install --auto www/
raco make www/main.scrbl
xvfb-run raco test -p langs
make -C www main
- name: Archive www
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4cc9ac7

Please sign in to comment.