Skip to content

Commit

Permalink
defaults write
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Feb 21, 2024
1 parent 5b71c5d commit da54fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync_end_to_end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
env:
CODE: ${{ steps.sync-recovery-code.outputs.recovery-code }}
run: |
defaults write com.duckduckgo.macos.browser.review onboarding.finished true
defaults write com.duckduckgo.macos.browser.review onboarding.finished -bool true
defaults write com.duckduckgo.macos.browser.review moveToApplicationsFolderAlertSuppress 1
set -o pipefail && xcodebuild test \
-scheme "Sync End-to-End UI Tests" \
Expand Down

0 comments on commit da54fdf

Please sign in to comment.