diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 6a734dfe77..bc0242403f 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -18,4 +18,5 @@ jobs: node-version: 16.x - run: npm ci - run: cd test/package/browser/template && npx playwright install chromium + - run: find ~/.cache - run: npm run test:package