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 authored Oct 16, 2024
1 parent 19542da commit 8e30047
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ jobs:
test:
runs-on: ubuntu-latest
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 8e30047

Please sign in to comment.