Skip to content

Commit

Permalink
ci: trying to install-deps with installed Playwright
Browse files Browse the repository at this point in the history
Signed-off-by: Rong Sen Ng (motss) <wes.ngrongsen@gmail.com>
  • Loading branch information
motss committed Feb 21, 2022
1 parent 86aa7d6 commit 7f52c6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ jobs:
npm ci
bash ./list-npx-cache.bash
- name: Setup Playwright
if: env.CI_SKIP == 'false'
run: |
./node_modules/.bin/playwright install-deps
- name: Lint
if: env.CI_SKIP == 'false'
run: |
Expand Down

0 comments on commit 7f52c6f

Please sign in to comment.