Skip to content

Commit

Permalink
Merge pull request #4 from qupaya/patrickjahr-patch-2
Browse files Browse the repository at this point in the history
Update ci.yml: Install Playwright deps
  • Loading branch information
patrickjahr authored Apr 8, 2024
2 parents c6cfee1 + 19be5b4 commit 885fc33
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ jobs:
with:
node-version: 20
cache: 'npm'
- run: npm ci
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- uses: nrwl/nx-set-shas@v4

- run: npx nx-cloud record -- nx format:check
Expand Down

0 comments on commit 885fc33

Please sign in to comment.