Skip to content

Commit

Permalink
Remove continue on error setting from playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHolman committed Jan 6, 2025
1 parent bf5c4d3 commit bd223d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ jobs:
run: yarn playwright install --with-deps
- name: Run Playwright tests
run: yarn playwright test
continue-on-error: true
env:
BASE_URL: ${{ needs.deploy.outputs.application_endpoint }}
E2E_STATE_USER_EMAIL: ${{ secrets.E2E_STATE_USER_EMAIL }}
Expand Down

0 comments on commit bd223d4

Please sign in to comment.