Skip to content

Commit 63119be

Browse files
Fix CI: install Playwright browsers before running tests
Co-authored-by: francinelucca <40550942+francinelucca@users.noreply.github.com>
1 parent f9de2c3 commit 63119be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.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)