Skip to content

Commit

Permalink
Update workflow to install playwright with dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Sep 30, 2024
1 parent f764df2 commit 04441ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_ig_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 16

- name: Install dependencies
run: npx playwright install
run: npx playwright install --with-deps

- name: Run Playwright link checks
run: node checkIgLinks.js
Expand Down

0 comments on commit 04441ab

Please sign in to comment.