Skip to content

Commit

Permalink
ci debug: dump safari prefs (i hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
lread committed Mar 15, 2024
1 parent aef2b68 commit ba83a6d
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 @@ -67,6 +67,10 @@ jobs:
if: ${{ matrix.os == 'macos' }}
run: sudo safaridriver --enable

- name: Dump Safari preferences
if: ${{ matrix.os == 'macos' }}
run: defaults read ~/Library/Containers/com.apple.Safari/Data/Library/Preferences/com.apple.Safari

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

0 comments on commit ba83a6d

Please sign in to comment.