Skip to content

Commit

Permalink
Update CI to prep for matrix crossbuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
BillyAutrey committed Oct 7, 2024
1 parent f7e9721 commit 3de9c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build and test
run: |
gpg --import test-key.gpg
sbt -v clean ^test ^scripted
sbt -v clean test scripted
rm -rf "$HOME/.ivy2/local" || true
find $HOME/Library/Caches/Coursier/v1 -name "ivydata-*.properties" -delete || true
find $HOME/.ivy2/cache -name "ivydata-*.properties" -delete || true
Expand Down

0 comments on commit 3de9c10

Please sign in to comment.