Skip to content

Commit

Permalink
playwright install follows documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emcf committed Jun 26, 2024
1 parent e2ac4fd commit 8f6637d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
npm install playwright
npm install playwright-core
- name: Install Playwright Browsers
run: npm install -D @playwright/test && yes | npx playwright install --with-deps
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 8f6637d

Please sign in to comment.