diff --git a/.github/workflows/server-build.yml b/.github/workflows/server-build.yml index 74d9f3a0b6..466aaacc95 100644 --- a/.github/workflows/server-build.yml +++ b/.github/workflows/server-build.yml @@ -182,17 +182,15 @@ jobs: fi if ! mvn test "${args[@]}"; then echo "Generating failed test list:" + failed_tests_file="$PWD/failed-server-tests.txt" gawk -F\" '/> "$GITHUB_STEP_SUMMARY" # Add a comment to the PR with the list of failed tests.