Skip to content

Commit

Permalink
ci: Cahnged npx playwright to instead run install again, but without …
Browse files Browse the repository at this point in the history
…ignore scripts
  • Loading branch information
Joery-M committed Apr 22, 2024
1 parent e8e828b commit fc817cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ jobs:
restore-keys: |
${{ runner.os }}-playwright-
- name: Install Playwright's dependencies
- name: Install dependencies
if: steps.playwright-cache.outputs.cache-hit != 'true'
run: npx playwright install --with-deps
run: pnpm install

- name: Build Darkroom
run: pnpm build:darkroom
Expand Down

0 comments on commit fc817cf

Please sign in to comment.