Skip to content

Commit

Permalink
[build, github workflow] Quotes maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Nov 13, 2024
1 parent f61c9d6 commit 2ff9448
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
17
- uses: coursier/cache-action@v6
- name: Compile and package
run: sbt clean packageArtifact Test/compile
run: sbt 'clean' 'packageArtifact' 'Test/compile'
- name: Run internationalization bundle tests
run: sbt runJUnit5Tests
run: sbt 'runJUnit5Tests'
- name: Run typechecker tests
run: sbt runTypeInferenceTests
run: sbt 'runTypeInferenceTests'
- name: Run assorted tests
run: sbt runFastTests
run: sbt 'runFastTests'

0 comments on commit 2ff9448

Please sign in to comment.