Skip to content

Commit

Permalink
Fixing issue with Webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
joeytakeda committed Mar 15, 2024
1 parent 930e58a commit 457e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm install @playwright/test @types/node

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

# Build everything
- name: Run test
Expand Down

0 comments on commit 457e1d0

Please sign in to comment.