Skip to content

Commit 3c5de7f

Browse files
echo
1 parent 78e4d66 commit 3c5de7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
awk '/Results:/, /----/' mvn_output.log > test_error.log || true # true ensures the step doesn't fail if no match is found.
4848
ERROR_MSG=$(cat test_error.log | tail +4 | head -n -4 | awk '{gsub(/"/, "\\\""); printf "%s\\n", $0}') # Slack formatting
49-
echo "error_message=$ERROR_MSG"
49+
echo "$ERROR_MSG"
5050
echo "error_message=$ERROR_MSG" >> $GITHUB_OUTPUT
5151
5252
if grep -q "BUILD FAILURE" mvn_output.log; then

0 commit comments

Comments
 (0)