Skip to content

Commit

Permalink
fixup! ci: deploy playwright reports with surge
Browse files Browse the repository at this point in the history
  • Loading branch information
DSil committed Feb 9, 2024
1 parent 991685d commit 8d02386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
test-ct-report:
name: Visual Regression Tests Report
runs-on: ubuntu-latest
if: always()
if: ${{ always() && needs.test-ct.result == 'failure' }}
needs: test-ct
env:
UPLOAD_REPORT: "false"
Expand Down

0 comments on commit 8d02386

Please sign in to comment.