Skip to content

Commit

Permalink
Fix the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Sep 21, 2023
1 parent d1a534d commit 7c69356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
cache: npm
node-version: 18
- name: Set up Playwright
run: npx playwright install-deps
run: npx playwright install --with-deps
- name: Cache dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 7c69356

Please sign in to comment.