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 15, 2024
1 parent f606462 commit 887e7eb
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 @@ -16,12 +16,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup JDK
uses: rtyley/setup-java@patch-1
with:
distribution: corretto
java-version: 17 # Currently Java 17 required by `s3mock-testcontainers`
cache: sbt
- uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt -v +test
- name: Test Summary
Expand Down

0 comments on commit 887e7eb

Please sign in to comment.