Skip to content

Commit a730033

Browse files
Merge pull request #345 from github/copilot/sub-pr-343-again
Fix CI: install Playwright browsers before running tests
2 parents 6fd0232 + 63119be commit a730033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
node-version: 22
2121
- name: npm install
22-
run: npm it
22+
run: npm install
2323
- name: Install Playwright browsers
2424
run: npx playwright install --with-deps chromium
25-
env:
26-
CI: true
25+
- name: Run tests
26+
run: npm test

0 commit comments

Comments
 (0)