Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoz committed Jul 5, 2024
1 parent 4474ba0 commit 2d5152e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
path: '~/.cache/ms-playwright'
key: chromium-${{ runner.os }}-${{ matrix.node-version }}-${{ hashFiles('**/pnpm-lock.yaml') }}
- run: pnpm install --frozen-lockfile
- run: pnpx playwright install-deps
if: steps.browser_cache.outputs.cache-hit != 'true'
- run: pnpx playwright install
if: steps.browser_cache.outputs.cache-hit != 'true'
- run: pnpm build
Expand Down

0 comments on commit 2d5152e

Please sign in to comment.