Skip to content

Commit

Permalink
Try to fix headless Safari tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Oct 29, 2024
1 parent 0d71db7 commit 8b8e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
brew install geckodriver
- name: Enable Safari web driver
run: sudo safaridriver --enable --port 0
run: sudo safaridriver --enable --port 12345

- name: Run WASM integration tests on NodeJS
run: wasm-pack test --node
Expand Down

0 comments on commit 8b8e23b

Please sign in to comment.