Skip to content

Commit

Permalink
fix: review
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Jun 25, 2024
1 parent b471bbc commit 37b740f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,10 @@ jobs:

- name: Install browser dependencies
run: yarn playwright install-deps
# This step must not fail, so we define a fallback, which will succeed, even if
# the visual regression tests failed. This will be evaluated in the secure workflow.
- name: Run visual regression tests
run: yarn test:visual-regression
run: yarn test:visual-regression || true
env:
NODE_ENV: production
- name: Prepare failed screenshot artifacts
Expand Down

0 comments on commit 37b740f

Please sign in to comment.