Skip to content

Commit

Permalink
Fix for missing sbt by using new guardian/setup-scala action
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Oct 16, 2024
1 parent 19542da commit 3cdd51a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 21
cache: sbt
- uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt -v +test
- name: Test Summary
Expand Down

0 comments on commit 3cdd51a

Please sign in to comment.