Skip to content

Commit

Permalink
Merge pull request #337 from guardian/db/add-setup-sbt-in-workflow
Browse files Browse the repository at this point in the history
Add setup-sbt to workflow
  • Loading branch information
emdash-ie authored Dec 4, 2024
2 parents d5fda51 + b803c43 commit bcdc525
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ jobs:
# 'Facia-Scala-Client-CI-Role-Provider' cloudformation stack.
role-to-assume: ${{ secrets.AWS_ROLE_FOR_TESTS }}
aws-region: eu-west-1
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: corretto
java-version: 11
cache: sbt
- uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt -v +test
- name: Test Summary
Expand Down

0 comments on commit bcdc525

Please sign in to comment.