diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index 3750783a8..653f1e0e8 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -330,7 +330,7 @@ runs: if: (inputs.test == 'nop') || (inputs.test == 'upgrade') shell: bash run: | - echo "::warning::This test has a nop payload. It doesn't run any tests." + echo "This test has a nop payload. It doesn't run any tests." echo "Sleeping for 30 seconds to allow logs to propagate to the log collection service." sleep 30