Skip to content

Commit 00b0ecb

Browse files
authored
Update test.yml
1 parent e3a1265 commit 00b0ecb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,11 @@ jobs:
4242
- name: Perform clean install of npm
4343
run: npm ci
4444

45+
- name: Install Playwright Browsers
46+
run: npx playwright install
47+
4548
- name: Run tests
4649
run: npm run test
4750

4851
- name: Run Playwright tests
49-
run: npm run test:playwright
52+
run: npm run test:playwright

0 commit comments

Comments
 (0)