8342704: GHA: Report truncation is broken after JDK-8341424
Reviewed-by: erikj, jwaters
This commit is contained in:
parent
8bcd4920f1
commit
bf92c49839
2
.github/scripts/gen-build-failure-report.sh
vendored
2
.github/scripts/gen-build-failure-report.sh
vendored
@ -25,7 +25,7 @@
|
||||
#
|
||||
|
||||
# Import common utils
|
||||
. report-utils.sh
|
||||
. .github/scripts/report-utils.sh
|
||||
|
||||
GITHUB_STEP_SUMMARY="$1"
|
||||
BUILD_DIR="$(ls -d build/*)"
|
||||
|
2
.github/scripts/gen-test-results.sh
vendored
2
.github/scripts/gen-test-results.sh
vendored
@ -25,7 +25,7 @@
|
||||
#
|
||||
|
||||
# Import common utils
|
||||
. report-utils.sh
|
||||
. .github/scripts/report-utils.sh
|
||||
|
||||
GITHUB_STEP_SUMMARY="$1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user