Skip to content

Commit c0975af

Browse files
committed
8342704: GHA: Report truncation is broken after JDK-8341424
Reviewed-by: erikj, jwaters
1 parent 953ae7a commit c0975af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/scripts/gen-build-failure-report.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626

2727
# Import common utils
28-
. report-utils.sh
28+
. .github/scripts/report-utils.sh
2929

3030
GITHUB_STEP_SUMMARY="$1"
3131
BUILD_DIR="$(ls -d build/*)"

.github/scripts/gen-test-results.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
#
2626

2727
# Import common utils
28-
. report-utils.sh
28+
. .github/scripts/report-utils.sh
2929

3030
GITHUB_STEP_SUMMARY="$1"
3131

0 commit comments

Comments
 (0)