diff --git a/.github/workflows/visual.yml b/.github/workflows/visual.yml index 8208eb7a5..fd48ede5b 100644 --- a/.github/workflows/visual.yml +++ b/.github/workflows/visual.yml @@ -117,7 +117,7 @@ jobs: if: github.ref != 'refs/heads/main' run: | if ! npm run full-test; then - echo "result=❌ Tests failed!" >> $GITHUB_OUTPUT + echo "result=:warning: Visual regression found! Please check if this change is wanted or accidental. " >> $GITHUB_OUTPUT else echo "result=✅ Tests passed!" >> $GITHUB_OUTPUT fi @@ -153,4 +153,3 @@ jobs: name: container-log path: /tmp/container.log retention-days: 1 -