Skip to content

Commit

Permalink
Fix sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Jul 9, 2024
1 parent ce69be8 commit 3213129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
brew install sbt
touch log-file
env JAVA_OPTS="-Xss256m -Xmx4096m" sbt > log-file
env JAVA_OPTS="-Xss256m -Xmx4096m" sbt test > log-file
continue-on-error: true

- name: Check Test Results
Expand Down

0 comments on commit 3213129

Please sign in to comment.