Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: playwright install
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Oct 14, 2022
1 parent 402ba6d commit 7193a86
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 @@ -30,5 +30,7 @@ jobs:
node-version: "16"
- name: install dependencies
run: npm ci
- name: Install Playwright's dependencies
run: npx playwright install --with-deps
- name: run tests
run: npm run test

0 comments on commit 7193a86

Please sign in to comment.