diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7d2cb08de..ae84f5304 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,9 @@ jobs: env: PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true - - run: npm test + - uses: nick-fields/retry@v3 + with: + timeout_minutes: 6 + max_attempts: 3 + retry_on: error + command: npm test