Skip to content

Commit

Permalink
Update scala.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lrlucena authored Aug 24, 2024
1 parent 61ab6d6 commit 2324733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
# cache: 'sbt'
- name: Run Build
run: sbt run
run: scala bin/Build.scala
# Optional: This step uploads information to the GitHub dependency graph and unblocking Dependabot alerts for the repository
- name: Upload dependency graph
uses: scalacenter/sbt-dependency-submission@ab086b50c947c9774b70f39fc7f6e20ca2706c91

0 comments on commit 2324733

Please sign in to comment.