Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Commit

Permalink
Update Playwright setup command to include dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcc1212 committed Apr 18, 2024
1 parent f8e294a commit 088aef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
working-directory: ./next/news-aggregation
run: sudo npm install
- name: playright setup
run: npx playwright install
run: npx playwright install --with-deps
- name: Tailscale
uses: tailscale/github-action@v2
with:
Expand Down

0 comments on commit 088aef6

Please sign in to comment.