Skip to content

Commit dcc4e99

Browse files
authored
Install playwright before publish (#62)
Playwright was required for integration tests to pass
1 parent 9bf8b48 commit dcc4e99

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Run unit tests
3434
run: npm run test:unit
3535

36+
- name: Install Playwright browsers
37+
run: npx playwright install chromium
38+
3639
- name: Update test data submodule
3740
run: npm run test:html2md:update
3841

0 commit comments

Comments
 (0)