Skip to content

Commit

Permalink
Add setup-scala to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codingWithRach committed Oct 22, 2024
1 parent 5a52d1e commit 0e6026a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791 # v2.5.0
- name: Setup JDK
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3.6.0
with:
distribution: corretto
java-version: ${{ matrix.java }}
- uses: guardian/setup-scala@v1
- name: Build and Test
run: sbt +clean +compile +test

0 comments on commit 0e6026a

Please sign in to comment.