Skip to content

Commit

Permalink
Fix the scala workflow
Browse files Browse the repository at this point in the history
* Separate build from test
* Don't repeat test on the same modules
  • Loading branch information
reid-spencer committed Aug 15, 2024
1 parent ac588fc commit 753b7d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
- name: Coverage For JVM projects only
run: |
sbt -v clean coverage \
utils/test language/test passes/test language/test diagrams/test \
command/test diagrams/test command/test prettify/test hugo/test \
utils/Test/compile language/Test/compile passes/Test/compile diagrams/Test/compile \
command/Test/compile prettify/Test/compile hugo/Test/compile commands/Test/compile \
riddlc/Test/compile \
utils/test language/test passes/test diagrams/test command/test prettify/test hugo/test \
commands/test riddlc/test coverageAggregate coveralls
- name: Coverage Results Collection
Expand Down

0 comments on commit 753b7d8

Please sign in to comment.