Skip to content

Commit

Permalink
Update glob pattern for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
tsviz committed Feb 21, 2024
1 parent 897fe0e commit 5f5f10d
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/net/codejava/**/*.java # glob pattern to match the test files
glob: src/test/**/**/*.java # glob pattern to match the test 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 5f5f10d

Please sign in to comment.