Skip to content

Commit

Permalink
Enable safaridriver
Browse files Browse the repository at this point in the history
Safaridriver tests are failing.
Perhaps this is needed on GitHub Actions macos now?
  • Loading branch information
lread committed Mar 14, 2024
1 parent 9eb42ff commit c168e88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
sudo sysctl -w net.link.generic.system.hwcksum_tx=0
sudo sysctl -w net.link.generic.system.hwcksum_rx=0
- name: Enable safaridriver
if: ${{ matrix.os == 'macos' }}
run: sudo safaridriver --enable

- name: Install Ubuntu X11 Utils
if: ${{ matrix.os == 'ubuntu' }}
run: sudo apt-get -y install x11-utils
Expand Down

0 comments on commit c168e88

Please sign in to comment.