Skip to content

Commit

Permalink
Merge pull request #176 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 391e52c + 2e1cd3b commit 3ae09bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 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: 11
cache: sbt
- uses: sbt/[email protected]
- name: Build # and "Test" to apply after having some tests
run: sbt compile
- name: Test Summary
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
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 3ae09bf

Please sign in to comment.