Skip to content

Commit

Permalink
Version 13 and install sbt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Jul 8, 2024
1 parent e7b45af commit bff945e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '17'
java-version: '13'

- name: Run Sbt Tests
run: |
brew install sbt
touch log-file
sbt test > log-file
continue-on-error: true
Expand Down

0 comments on commit bff945e

Please sign in to comment.