From 3a1f3c8ef90b91cd81f6cbcc064192f97399a8a1 Mon Sep 17 00:00:00 2001 From: maiieul <45822175+maiieul@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:16:43 +0200 Subject: [PATCH] fix: playwright flaky windows E2E tests --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9bf951e6687..2e2dc3d1442 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -685,9 +685,8 @@ jobs: # browser: firefox - host: macos-latest browser: webkit - # flaky. Updating node version or sharp/sqlite3 related deps might help. - # - host: windows-2022 - # browser: chromium + - host: windows-2022 + browser: chromium runs-on: ${{ matrix.settings.host }} @@ -699,8 +698,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 with: - node-version: 20.x - cache: 'pnpm' + node-version: 20.19 + cache: ${{ runner.os != 'windows-2022' && 'pnpm' || '' }} registry-url: https://registry.npmjs.org/ - name: Download Build Artifacts