Skip to content

Commit 8a583e9

Browse files
committed
Add Playwright browser installation step in testing lab workflow
1 parent 9020125 commit 8a583e9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testing-lab.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25+
- name: Install Playwright Browsers
26+
run: npx playwright install --with-deps
27+
2528
- name: Run tests
2629
run: npm test
2730

0 commit comments

Comments
 (0)