Skip to content

Commit

Permalink
Add setup-sbt to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
codingWithRach committed Nov 6, 2024
1 parent f2bf69c commit ac3154b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 11
cache: sbt
- uses: sbt/[email protected]

- name: Test
env:
Expand Down

0 comments on commit ac3154b

Please sign in to comment.