diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99c5cbb77..f9fe8ee73 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,6 +193,7 @@ jobs: run: npm ci - name: Install Playwright browsers + timeout-minutes: 10 run: npx playwright install --with-deps chromium - name: Build app dependencies @@ -244,6 +245,7 @@ jobs: run: npm ci - name: Install Playwright browsers + timeout-minutes: 10 run: npx playwright install --with-deps chromium - name: Build app dependencies