diff --git a/.github/workflows/just_checks.yml b/.github/workflows/just_checks.yml index 67f51760..595ffd20 100644 --- a/.github/workflows/just_checks.yml +++ b/.github/workflows/just_checks.yml @@ -39,7 +39,6 @@ jobs: uses: actions/setup-node@v4 with: node-version-file: ".node-version" - package-manager-cache: false - name: Enable Corepack run: corepack enable - name: Rust Cache diff --git a/packages/chrome-plugin/playwright.config.ts b/packages/chrome-plugin/playwright.config.ts index 5db670df..3bf8ad79 100644 --- a/packages/chrome-plugin/playwright.config.ts +++ b/packages/chrome-plugin/playwright.config.ts @@ -20,9 +20,9 @@ export default defineConfig({ }, globalTimeout: 120000, webServer: { - command: 'pnpm http-server ./tests/pages/ -p 8081', + command: 'pnpm exec http-server ./tests/pages -p 8081 -a 127.0.0.1', url: 'http://127.0.0.1:8081', - stdout: 'ignore', + stdout: 'pipe', stderr: 'pipe', }, /* Configure projects for major browsers */