Skip to content

Commit

Permalink
busted glob pattern, split by line count
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
jflo committed Nov 30, 2023
1 parent 6b3efea commit 1002c74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/parallel-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ jobs:
id: split-tests
uses: chaosaffe/[email protected]
with:
glob: '**/src/test/java/**.java'
glob: '**/src/test/java/**/*.java'
split-total: ${{ env.total-runners }}
split-index: ${{ matrix.runner_index }}
line-count: true
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 1002c74

Please sign in to comment.