We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94bbd75 commit 6076b0bCopy full SHA for 6076b0b
.github/workflows/build.yml
@@ -20,10 +20,10 @@ jobs:
20
- uses: sbt/setup-sbt@v1
21
- uses: coursier/cache-action@v6
22
- name: Compile and package
23
- run: sbt 'clean' 'packageArtifact' 'Test/compile'
+ run: sbt '; clean; packageArtifact; Test/compile;'
24
- name: Run internationalization bundle tests
25
- run: sbt 'runJUnit5Tests'
+ run: sbt '; runJUnit5Tests;'
26
- name: Run typechecker tests
27
- run: sbt 'runTypeInferenceTests'
+ run: sbt '; runTypeInferenceTests;'
28
- name: Run assorted tests
29
- run: sbt 'runFastTests'
+ run: sbt '; runFastTests;'
0 commit comments