Skip to content

Commit

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

0 comments on commit 57ee664

Please sign in to comment.