We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 897fe0e commit 5f5f10dCopy full SHA for 5f5f10d
.github/workflows/ci.yml
@@ -190,7 +190,7 @@ jobs:
190
id: split-tests
191
name: Split tests
192
with:
193
- glob: src/test/java/net/codejava/**/*.java # glob pattern to match the test files
+ glob: src/test/**/**/*.java # glob pattern to match the test files
194
split-total: ${{ env.total-runners }} # total number of github-hosted runners
195
split-index: ${{ matrix.runner-index }} # current runner index
196
junit-path: test_results/*xml # path to the junit test results with wildcards to match all the files
0 commit comments