Skip to content

Commit

Permalink
fix: fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jake4take committed Jan 14, 2025
1 parent 7745984 commit 935eeda
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 @@ -31,7 +31,7 @@ jobs:
run: yarn build

- name: Install Playwright Browsers
run: npx playwright install --with-deps
run: yarn playwright install chromium --with-deps

- name: Run wallets tests
run: xvfb-run --auto-servernum -- yarn test:widgets
Expand Down

0 comments on commit 935eeda

Please sign in to comment.