Skip to content

Commit

Permalink
Merge pull request #901 from City-of-Helsinki/UHF-X_change_visual_reg…
Browse files Browse the repository at this point in the history
…ression_error_text

UHF-X Visual regression error text
  • Loading branch information
khalima authored Feb 2, 2024
2 parents 0e1dfec + 789b712 commit 7ac6b48
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. " >> $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 7ac6b48

Please sign in to comment.