diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index c2676fa..7017415 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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