diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index dd8fb23..6efb0df 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -30,7 +30,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright Browsers - run: npm run pw install chromium --with-deps --force + run: npm run pw install chromium --with-deps - name: Run Playwright tests run: npm test - uses: actions/upload-artifact@v4