We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce178a commit 570561eCopy full SHA for 570561e
.github/workflows/integration-test.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- name: Generate split index list
22
id: generate
23
- uses: donnerbart/split-tests-java-action/generate-split-index-json@25d52b2bdc694f5077fde78908ee84fb23da4d90 # v1
+ uses: donnerbart/split-tests-java-action/generate-split-index-json@26065dae1f2821527d28a29a6f34297791ac259c # v1
24
with:
25
split-total: ${{ env.split-total }}
26
@@ -57,7 +57,7 @@ jobs:
57
58
- name: Split tests
59
id: split-tests
60
- uses: donnerbart/split-tests-java-action@25d52b2bdc694f5077fde78908ee84fb23da4d90 # v1
+ uses: donnerbart/split-tests-java-action@26065dae1f2821527d28a29a6f34297791ac259c # v1
61
62
split-index: ${{ matrix.split-index }}
63
0 commit comments