Skip to content

Commit

Permalink
add normal config in
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Mar 25, 2024
1 parent 328f207 commit c118bd7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,16 @@ jobs:
run: |
defaults write com.duckduckgo.macos.browser.review moveToApplicationsFolderAlertSuppress 1
defaults write com.duckduckgo.macos.browser.review onboarding.finished -bool true
xcodebuild test \
set -o pipefail && xcodebuild test \
-scheme "UI Tests" \
-configuration Review \
-derivedDataPath DerivedData \
-skipPackagePluginValidation \
-skipMacroValidation \
-derivedDataPath DerivedData
-test-iterations 2 \
-retry-tests-on-failure \
| tee xcodebuild.log \
| xcbeautify --report junit --report-path . --junit-report-filename ui-tests.xml
- name: Publish tests report
uses: mikepenz/action-junit-report@v4
Expand Down

0 comments on commit c118bd7

Please sign in to comment.