Skip to content

Commit

Permalink
Update ci.yml with setup sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas authored Oct 21, 2024
1 parent a1108d7 commit 24e3e02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
java-version: 11
cache: sbt

- name: Setup SBT
uses: sbt/setup-sbt@v1

- name: Test PR from forked repo
if: env.isPrFromForkedRepo == 'true'
run: >
Expand Down

0 comments on commit 24e3e02

Please sign in to comment.