Skip to content

Commit

Permalink
Merge pull request #434 from guardian/rachel/add-setup-scala-to-workflow
Browse files Browse the repository at this point in the history
Add setup-sbt to workflow
  • Loading branch information
emdash-ie authored Nov 11, 2024
2 parents f2bf69c + ac3154b commit 4e1abf1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
cache: sbt
- uses: sbt/[email protected]

- name: Test
env:
Expand Down

0 comments on commit 4e1abf1

Please sign in to comment.