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 a518843 commit 5f9d504
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,8 +157,8 @@ jobs:
test-ct-report:
name: Visual Regression Tests Report
runs-on: ubuntu-latest
if: always()
needs: test-ct
if: ${{ needs.test-ct.result == 'failure' }}
env:
UPLOAD_REPORT: "false"
steps:
Expand Down

0 comments on commit 5f9d504

Please sign in to comment.