Skip to content

Commit 5c69a53

Browse files
committed
chore: update junit path glob pattern and disable line count in ci.yml - improve readablity of xml test results
1 parent c56e076 commit 5c69a53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)