Skip to content

Commit

Permalink
Fix 'sbt: command not found' CI error (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-low authored Jan 7, 2025
1 parent 4794d0d commit e04fc8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
java-version: 17
distribution: 'temurin'
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Create sbt dependencyTree
env:
CI: true
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run sbt tests with jacoco analysis
env:
APPLICATION_SECRET: ${{ needs.generate_app_secret.outputs.application_secret }}
Expand Down Expand Up @@ -95,6 +97,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Run sbt compile
env:
CI: true
Expand Down

0 comments on commit e04fc8b

Please sign in to comment.