Skip to content

Commit

Permalink
fix: undo playwright command change
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Jun 26, 2024
1 parent 75ad83e commit c58e696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c58e696

Please sign in to comment.