Skip to content

Commit

Permalink
Fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Reza Rahman committed Jul 22, 2024
1 parent a9ad3a6 commit cd65d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
MAVEN_EXIT_CODE=${PIPESTATUS[0]}
WARN_MESSAGE="Docker support is not possible without choosing a runtime"
if ! { [ $MAVEN_EXIT_CODE -eq 0 ] && [ ! -f app/jakartaee-hello-world/Dockerfile ] && grep -q "$WARN_MESSAGE" mvn_output.txt; }; then
echo "Maven build did not fail, or the expected warning was not found. Test Failed."
echo "Maven build failed, a Dockerfile was found, or the expected warning was not found. Test failed."
exit 1
fi
Expand Down

0 comments on commit cd65d6d

Please # to comment.