diff --git a/.github/workflows/e2e-pullpreview.yml b/.github/workflows/e2e-pullpreview.yml index 824e154..b41d6e6 100644 --- a/.github/workflows/e2e-pullpreview.yml +++ b/.github/workflows/e2e-pullpreview.yml @@ -392,7 +392,7 @@ jobs: run: npm ci - name: Install Playwright browsers - run: npx playwright install --with-deps + run: npx playwright install --with-deps chromium - name: Run Playwright tests id: tests diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8cdf6ba..809698d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -110,7 +110,7 @@ jobs: run: npm ci - name: Install Playwright browsers - run: npx playwright install --with-deps + run: npx playwright install --with-deps chromium - name: Run Playwright tests continue-on-error: true