We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf8b48 commit dcc4e99Copy full SHA for dcc4e99
1 file changed
.github/workflows/publish.yml
@@ -33,6 +33,9 @@ jobs:
33
- name: Run unit tests
34
run: npm run test:unit
35
36
+ - name: Install Playwright browsers
37
+ run: npx playwright install chromium
38
+
39
- name: Update test data submodule
40
run: npm run test:html2md:update
41
0 commit comments