Skip to content

Commit

Permalink
Merge pull request #508 from guardian/db-eb/enable-setup-sbt-to-fix-w…
Browse files Browse the repository at this point in the history
…orkflow

Fix failing CI due to sbt not found
  • Loading branch information
Divs-B authored Oct 16, 2024
2 parents 20f1e19 + 1772951 commit ed05898
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ 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: guardian/setup-scala@v1

- name: Build and Test
run: sbt -v ++test aws-parameterstore-lambda/assembly
- name: Test Summary
Expand Down

0 comments on commit ed05898

Please sign in to comment.