Skip to content

Commit

Permalink
8342704: GHA: Report truncation is broken after JDK-8341424
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, jwaters
  • Loading branch information
shipilev committed Oct 22, 2024
1 parent 8bcd492 commit bf92c49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/gen-build-failure-report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#

# Import common utils
. report-utils.sh
. .github/scripts/report-utils.sh

GITHUB_STEP_SUMMARY="$1"
BUILD_DIR="$(ls -d build/*)"
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/gen-test-results.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#

# Import common utils
. report-utils.sh
. .github/scripts/report-utils.sh

GITHUB_STEP_SUMMARY="$1"

Expand Down

0 comments on commit bf92c49

Please sign in to comment.