Skip to content

Commit

Permalink
Update glob pattern for junit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Feb 21, 2024
1 parent 708aa4a commit f9c4e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
id: split-tests
name: Split tests
with:
glob: src/test/**/**/**.java # glob pattern to match the test files
glob: test_results/*.xml # path to the junit test results with wildcards to match all the files
split-total: ${{ env.total-runners }} # total number of github-hosted runners
split-index: ${{ matrix.runner-index }} # current runner index
junit-path: test_results/*xml # path to the junit test results with wildcards to match all the files
Expand Down

0 comments on commit f9c4e4d

Please sign in to comment.