ci acts odd
Some checks are pending
Tests / tests (push) Waiting to run

This commit is contained in:
Dustin Brett 2025-02-28 21:37:22 -08:00
parent 921adb2660
commit 056041443e

View File

@ -16,7 +16,7 @@ const config: PlaywrightTestConfig = {
{ name: "webkit", use: safari },
],
reporter: [["list"], ["html", { open: CI ? "never" : "always" }]],
retries: CI ? 2 : 1,
retries: CI ? 3 : 1,
testDir: "e2e",
use: {
baseURL,