Skip to content

Commit

Permalink
var name typo
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 a3651cc commit 6b3efea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parallel-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
glob: '**/src/test/java/**.java'
split-total: ${{ env.total-runners }}
split-index: ${{ matrix.runner-index }}
split-index: ${{ matrix.runner_index }}
- name: Set up Java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 6b3efea

Please sign in to comment.