Skip to content

Commit

Permalink
Update e2e deploy tests to continue (#51321)
Browse files Browse the repository at this point in the history
Instead of temporarily disabling flakey or unpatched tests in deploy
mode this continues to run all tests and see all failures at once.

x-ref:
https://github.com/vercel/next.js/actions/runs/5272454654/jobs/9536161644
  • Loading branch information
ijjk committed Jun 15, 2023
1 parent 4096681 commit b435046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ jobs:
NEXT_TELEMETRY_DISABLED: 1
VERCEL_TEST_TOKEN: ${{ secrets.VERCEL_TEST_TOKEN }}
VERCEL_TEST_TEAM: vtest314-next-e2e-tests
# run all tests so we can see all failures even if
# some flake or aren't patched yet
NEXT_TEST_CONTINUE_ON_ERROR: 1
steps:
- uses: actions/cache@v3
timeout-minutes: 5
Expand Down

0 comments on commit b435046

Please sign in to comment.