Skip to content

Commit 1b2ceb5

Browse files
committed
install playwright libary
1 parent f9b8f56 commit 1b2ceb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github_actions_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Playwright Chrome
3131
run: |
3232
npx playwright install chromium
33-
33+
npm install @playwright/test
3434
- name: Run tests
3535
run: |
3636
source .venv/bin/activate

0 commit comments

Comments
 (0)