Skip to content

Commit fba7a41

Browse files
author
iexitdev
committed
ci: install playwright browser before e2e
1 parent 7547789 commit fba7a41

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- name: Install dependencies
2424
run: npm install --ignore-scripts
2525

26+
- name: Install Playwright browsers
27+
run: npx playwright install --with-deps chromium
28+
2629
- name: Lint
2730
run: npm run lint
2831

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141
- name: Install dependencies
4242
run: npm install --ignore-scripts
4343

44+
- name: Install Playwright browsers
45+
run: npx playwright install --with-deps chromium
46+
4447
- name: Build
4548
run: npm run build
4649

0 commit comments

Comments
 (0)