Skip to content

Commit

Permalink
Fix failing CI due to sbt not found
Browse files Browse the repository at this point in the history
See more at guardian/redirect-resolver#24

Co-authored-by: Emily Bourke <[email protected]>
  • Loading branch information
Divs-B and emdash-ie committed Oct 16, 2024
1 parent 20f1e19 commit 1772951
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 1772951

Please sign in to comment.