Skip to content

Commit 6076b0b

Browse files
committed
[build, github workflow] Whatever
1 parent 94bbd75 commit 6076b0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
- uses: sbt/setup-sbt@v1
2121
- uses: coursier/cache-action@v6
2222
- name: Compile and package
23-
run: sbt 'clean' 'packageArtifact' 'Test/compile'
23+
run: sbt '; clean; packageArtifact; Test/compile;'
2424
- name: Run internationalization bundle tests
25-
run: sbt 'runJUnit5Tests'
25+
run: sbt '; runJUnit5Tests;'
2626
- name: Run typechecker tests
27-
run: sbt 'runTypeInferenceTests'
27+
run: sbt '; runTypeInferenceTests;'
2828
- name: Run assorted tests
29-
run: sbt 'runFastTests'
29+
run: sbt '; runFastTests;'

0 commit comments

Comments
 (0)