File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,8 +203,8 @@ jobs:
203203 glob : src/test/**/**/*.java # glob pattern to match the test files
204204 split-total : ${{ env.total-runners }} # total number of github-hosted runners
205205 split-index : ${{ matrix.runner-index }} # current runner index
206- junit-path : test_results/*xml # path to the junit test results with wildcards to match all the files
207- line-count : true # split the tests based on the junit test results by line count
206+ junit-path : test_results/**/* xml # path to the junit test results with wildcards to match all the files
207+ # line-count: true # split the tests based on the junit test results by line count
208208 # run the tests in parallel looping through the test-suite output from the split-tests action
209209 - run : ' echo "This runner will execute the following tests: ${{ steps.split-tests.outputs.test-suite }}"'
210210 - run : |
You can’t perform that action at this time.
0 commit comments