Skip to content

Commit 8732035

Browse files
committed
Install Playwright
1 parent 26406d1 commit 8732035

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -r requirements.txt
23+
playwright install
2324
- name: Unit tests
2425
run: coverage run -m pytest
2526
- name: Generate Coverage Report

0 commit comments

Comments
 (0)