File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212 split-total : 4
1313
1414jobs :
15- download -junit-reports-test :
16- name : Download JUnit reports
15+ checkout -junit-reports-test :
16+ name : Checkout JUnit reports
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout split-tests-java-action
3636 echo "expected-junit-reports-sha=${SHA}" >> "$GITHUB_ENV"
3737
3838 - name : Download JUnit reports
39- uses : ./download -junit-reports
39+ uses : ./checkout -junit-reports
4040 with :
4141 git-branch : junit-reports-it-${{ github.sha }}-download
4242 path : junit-reports-first
6868 git push
6969
7070 - name : Download JUnit reports
71- uses : ./download -junit-reports
71+ uses : ./checkout -junit-reports
7272 with :
7373 git-branch : junit-reports-it-${{ github.sha }}-download
7474 path : junit-reports-second
@@ -131,7 +131,7 @@ jobs:
131131 name : Generate split indexes
132132 runs-on : ubuntu-latest
133133 needs :
134- download -junit-reports-test
134+ checkout -junit-reports-test
135135 outputs :
136136 json : ${{ steps.generate.outputs.split-index-json }}
137137 steps :
Original file line number Diff line number Diff line change 5050 path : project
5151
5252 - name : Checkout JUnit reports
53- uses : donnerbart/split-tests-java-action/download -junit-reports@v1
53+ uses : donnerbart/split-tests-java-action/checkout -junit-reports@v1
5454 with :
5555 git-branch : junit-reports/${{ github.base_ref }}
5656 path : junit-reports
Original file line number Diff line number Diff line change 1+ # @donnerbart/split-tests-java-action /checkout-junit-reports
2+
3+ Checks out the JUnit reports from a Git branch and stores the SHA values in a GitHub artifact.
4+ On a job re-run this SHA will be used to check out the same test results to ensure a consistent test distribution.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments