Skip to content

Commit

Permalink
Update run-jb-tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick-Erichsen committed Dec 16, 2024
1 parent adab643 commit 981adb4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-jb-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,8 @@ jobs:
- name: Disable notifications on macOS
if: runner.os == 'macOS'
run: |
sudo defaults write /System/Library/LaunchAgents/com.apple.notificationcenterui KeepAlive -bool false
killall NotificationCenter || true
launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist || true
osascript -e 'tell application "System Events" to set "do not disturb" to true'
defaults -currentHost write ~/Library/Preferences/ByHost/com.apple.notificationcenterui doNotDisturb -boolean true
- name: Setup Java
uses: actions/[email protected]
Expand Down

0 comments on commit 981adb4

Please sign in to comment.