Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
moatazeldebsy authored Jul 24, 2024
1 parent a28f1de commit 9ef99b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
node-version: '16'

- name: Install Dependencies
run: npm install
run: |
npm install
npx playwright install
- name: Run Playwright Tests
run: npx playwright test
Expand Down

0 comments on commit 9ef99b7

Please sign in to comment.