Skip to content

Commit

Permalink
Updated CI to run tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Nov 10, 2024
1 parent 348c687 commit 53be351
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 @@ -18,7 +18,7 @@ jobs:
uses: coursier/cache-action@v6
- name: Build and test
run: |
sbt -v -Dfile.encoding=UTF-8 +compile
sbt -v -Dfile.encoding=UTF-8 +test
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 53be351

Please sign in to comment.