diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c727ad4..7c1d2f2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -40,12 +40,8 @@ jobs: - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - - uses: actions/cache@v3 - with: - path: ~/.cache/ms-playwright - key: playwright-${{ hashFiles('package-lock.json') }} - run: npm ci - - run: npx playwright install --with-deps + - run: npx playwright install --with-deps chromium - run: npm test - uses: actions/upload-artifact@v3 if: always()