Skip to content

Commit

Permalink
Merge pull request #60 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 24, 2024
2 parents 19542da + 3cdd51a commit a22c307
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 a22c307

Please sign in to comment.