Skip to content

Commit

Permalink
Add missing example tests invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Chapuis authored and jchapuis committed Mar 1, 2024
1 parent d309d06 commit 3104147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
jvm: temurin:17
apps: sbt
- uses: catchpoint/workflow-telemetry-action@v2
- run: sbt scalafmtCheckAll compile coverage +test "repeat 3 example/multi-jvm:test" coverageReport coverageAggregate versionPolicyCheck documentation/makeSite
- run: sbt scalafmtCheckAll compile coverage +test example:test "repeat 3 example/multi-jvm:test" coverageReport coverageAggregate versionPolicyCheck documentation/makeSite
- uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
jvm: temurin:17
apps: sbt
- name: Test and compute coverage
run: sbt scalafmtCheckAll coverage +test example/multi-jvm:test coverageReport coverageAggregate
run: sbt scalafmtCheckAll coverage +test example:test example/multi-jvm:test coverageReport coverageAggregate
- name: Codecov
uses: codecov/[email protected]
env:
Expand Down

0 comments on commit 3104147

Please sign in to comment.