Skip to content

Commit 59de5b3

Browse files
committed
3981: Adds step for installing chromium
1 parent c43b311 commit 59de5b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/link-check.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
cd .github/site-crawl
2424
npm ci
2525
26+
- name: Install Playwright Chromium
27+
run: npx playwright install chromium --with-deps
28+
2629
- name: Run crawler
2730
run: |
2831
cd .github/site-crawl

0 commit comments

Comments
 (0)