Skip to content

Commit

Permalink
ci: vitest auto retry on flaky segfault (#9707)
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 16, 2022
1 parent 4e56e87 commit 3a6ae47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -6,6 +6,8 @@ env:
NODE_OPTIONS: --max-old-space-size=6144
# install playwright binary manually (because pnpm only runs install script once)
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: "1"
# Vitest auto retry on flaky segfault
VITEST_SEGFAULT_RETRY: 3

on:
push:
Expand Down

0 comments on commit 3a6ae47

Please sign in to comment.