Commit 7f5c850 1 parent 373299a commit 7f5c850 Copy full SHA for 7f5c850
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
# File location set in ci-prb.yml and must be coordinated.
24
24
name : test-results-${{ matrix.os }}-${{ matrix.java }}
25
25
- name : Publish Test Report
26
- uses : scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
26
+ uses : scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
27
27
with :
28
28
github_token : ${{ secrets.GITHUB_TOKEN }}
29
29
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 62
62
sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel -PreleaseBuild=true$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon --no-parallel -PreleaseBuild=true$SECOND_GRADLE_TARGETS"
63
63
- name : Publish Test Results
64
64
if : always()
65
- uses : scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
65
+ uses : scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
66
66
with :
67
67
github_token : ${{ secrets.GITHUB_TOKEN }}
68
68
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change 72
72
sudo -E env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon --parallel$FIRST_GRADLE_TARGETS && ./gradlew --no-daemon --no-parallel$SECOND_GRADLE_TARGETS"
73
73
- name : Publish Test Results
74
74
if : always()
75
- uses : scacap/action-surefire-report@a2911bd1a4412ec18dde2d93b1758b3e56d2a880
75
+ uses : scacap/action-surefire-report@1a128e49c0585bc0b8e38e541ac3b6e35a5bc727
76
76
with :
77
77
github_token : ${{ secrets.GITHUB_TOKEN }}
78
78
report_paths : ' **/build/test-results/test/TEST-*.xml'
You can’t perform that action at this time.
0 commit comments