Skip to content

Commit

Permalink
Test using sbt for GitHub actions instead of sbtn, to make sure chang…
Browse files Browse the repository at this point in the history
…es are loaded
  • Loading branch information
abrighton committed Aug 16, 2023
1 parent 636053b commit cab85b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:

- name: Docs Check
run: |
sbtn clean
sbtn scalafmtCheck
: # sbtn scalastyle # Not scala 3 ready
sbtn makeSite
sbt clean
sbt scalafmtCheck
: # sbt scalastyle # Not scala 3 ready
sbt makeSite
- name: Multi-Jvm Tests
run: sbt -DenableFatalWarnings=true -DgenerateStoryReport=false integration/MultiJvm/test
Expand Down

0 comments on commit cab85b0

Please sign in to comment.