Skip to content

Commit

Permalink
Update yml files for server module. Added new testIT command and jaco…
Browse files Browse the repository at this point in the history
…coServer.
  • Loading branch information
miroslavpojer committed May 3, 2024
1 parent 3f29f23 commit e2992b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
run: sbt flywayMigrate

- name: Build and run tests
run: sbt "project server" ++${{matrix.scala}} integrationTest doc
run: sbt "project server" ++${{matrix.scala}} testIT doc
2 changes: 1 addition & 1 deletion .github/workflows/jacoco_check_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Build and run tests
continue-on-error: true
id: jacocorun
run: sbt "project server; jacoco"
run: sbt "project server; jacocoServer"
# server module code coverage
- name: Add coverage to PR
if: steps.jacocorun.outcome == 'success'
Expand Down

0 comments on commit e2992b5

Please sign in to comment.