Skip to content

Commit

Permalink
fix: add step to install Playwright dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Jan 4, 2025
1 parent 616ac6e commit 3c62cfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests-playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Install Python dependencies
run: pip install -r ./tests/playwright/requirements.txt

- name: Ensure browsers are installed
run: python -m playwright install --with-deps

- name: Run tests
run: ./tests/playwright/run.sh

0 comments on commit 3c62cfb

Please sign in to comment.