Skip to content

Commit

Permalink
Add setup-sbt to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Divs-B committed Nov 28, 2024
1 parent d5fda51 commit b803c43
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 b803c43

Please sign in to comment.