Skip to content

Commit

Permalink
Merge branch 'main' into use-mac-os-to-build-arm-images
Browse files Browse the repository at this point in the history
  • Loading branch information
YohannParis committed Apr 22, 2024
2 parents b67d8d8 + 6ba429a commit 3b9f804
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 @@ -91,6 +91,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 3b9f804

Please sign in to comment.