From 1ba116ebfcbe0920aca4e510ae0e82a96421b2d4 Mon Sep 17 00:00:00 2001 From: Cheng Shao <terrorjack@type.dance> Date: Tue, 8 Apr 2025 16:06:50 +0000 Subject: [PATCH] ci: do playwright test with --retries=2 --- tests/miso-ormolu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/miso-ormolu.sh b/tests/miso-ormolu.sh index 4cbc95c..369d267 100755 --- a/tests/miso-ormolu.sh +++ b/tests/miso-ormolu.sh @@ -18,7 +18,7 @@ curl -f -L --retry 5 https://github.com/haskell-wasm/playwright/archive/refs/hea cd examples/todomvc npm install npx playwright install --with-deps -npx playwright test --workers=$(($CPUS > 8 ? 8 : $CPUS)) +npx playwright test --retries=2 --workers=$(($CPUS > 8 ? 8 : $CPUS)) popd popd popd -- GitLab