Skip to content

Commit

Permalink
[build, github workflow] No quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilmkd committed Nov 22, 2024
1 parent 871edf7 commit 5f15623
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 @@ -20,10 +20,10 @@ jobs:
- uses: sbt/setup-sbt@v1
- 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 5f15623

Please sign in to comment.