Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmivankov authored Dec 17, 2024
1 parent ca5a63b commit 9dffa08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: adopt:8
apps: sbt
- name: Compile
run: |
find / | grep sbt
find / 2>/dev/null | grep sbt
sbt -Dsbt.log.noformat=true +{,macroSub/,structType/}dependencyLockCheck
sbt +compile
- name: Run tests
Expand Down

0 comments on commit 9dffa08

Please sign in to comment.