Skip to content

Commit

Permalink
Merge pull request #255 from guardian/rachel/add-setup-sbt-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 6fe28d7 + 162d3c0 commit 121c839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
distribution: corretto
java-version: 11
cache: sbt
- uses: sbt/[email protected]
- name: Build and Test
run: sbt -v +test
- name: Test Summary
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
distribution: corretto
java-version: 11
cache: sbt
- uses: sbt/[email protected]
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down

0 comments on commit 121c839

Please sign in to comment.