Skip to content

Commit 5f5f10d

Browse files
committed
Update glob pattern for test files
1 parent 897fe0e commit 5f5f10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
id: split-tests
191191
name: Split tests
192192
with:
193-
glob: src/test/java/net/codejava/**/*.java # glob pattern to match the test files
193+
glob: src/test/**/**/*.java # glob pattern to match the test files
194194
split-total: ${{ env.total-runners }} # total number of github-hosted runners
195195
split-index: ${{ matrix.runner-index }} # current runner index
196196
junit-path: test_results/*xml # path to the junit test results with wildcards to match all the files

0 commit comments

Comments
 (0)