Skip to content

Commit

Permalink
Merge pull request #24 from guardian/fix-for-missing-sbt-by-using-new…
Browse files Browse the repository at this point in the history
…-guardian-action-setup-scala

Fix for missing sbt by using new `guardian/setup-scala` action
  • Loading branch information
rtyley authored Oct 16, 2024
2 parents f606462 + 887e7eb commit f525402
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 f525402

Please sign in to comment.