Skip to content

Commit

Permalink
Fix taskrunner ci (#3390)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirk authored Apr 22, 2024
1 parent 2313a9b commit 6ba429a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- test-server
- lint-client
- test-client
- test-taskrunner

# 2.0 - Build a matrix strategy from the retrieved target list
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-taskrunner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
if: always()
with:
name: Server JUnit Tests
path: packages/server/build/test-results/test/*.xml # Path to test results
path: packages/taskrunner/build/test-results/test/*.xml # Path to test results
reporter: java-junit # Format of test results

# Stop containers
Expand Down

0 comments on commit 6ba429a

Please sign in to comment.