Skip to content

Commit

Permalink
Changed the text for the visual regression error text.
Browse files Browse the repository at this point in the history
  • Loading branch information
khalima committed Feb 2, 2024
1 parent 0e1dfec commit eaab435
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/visual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 at:" >> $GITHUB_OUTPUT
else
echo "result=✅ Tests passed!" >> $GITHUB_OUTPUT
fi
Expand Down Expand Up @@ -153,4 +153,3 @@ jobs:
name: container-log
path: /tmp/container.log
retention-days: 1

0 comments on commit eaab435

Please sign in to comment.