diff --git a/.github/workflows/integration-workflow.yml b/.github/workflows/integration-workflow.yml index 3821a6450..cff29ffbb 100644 --- a/.github/workflows/integration-workflow.yml +++ b/.github/workflows/integration-workflow.yml @@ -23,7 +23,7 @@ jobs: if: steps.npm-cache.outputs.cache-hit != 'true' run: pnpm install - name: Install Playwright Browsers - run: pnpm exec playwright install + run: pnpx playwright install --with-deps - name: Run build run: pnpm run build - name: Create Inkline + Nuxt app @@ -64,7 +64,7 @@ jobs: if: steps.npm-cache.outputs.cache-hit != 'true' run: pnpm install - name: Install Playwright Browsers - run: pnpm exec playwright install + run: pnpx playwright install --with-deps - name: Run build run: pnpm run build - name: Create Inkline + Vite.js app