Skip to content

Commit

Permalink
try more random stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
kshann committed Mar 26, 2024
1 parent b3eebc8 commit d02e51c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ui_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
- name: Select Xcode
run: sudo xcode-select -s /Applications/Xcode_$(<.xcode-version).app/Contents/Developer


- name: Build and run UI Testing
run: |
defaults write com.duckduckgo.macos.browser.review moveToApplicationsFolderAlertSuppress 1
Expand All @@ -86,10 +87,11 @@ jobs:
# --data ' { "data": { "name": "GH Workflow Failure - UI Tests", "projects": [ "${{ vars.MACOS_APP_DEVELOPMENT_ASANA_PROJECT_ID }}" ], "notes" : "The end to end workflow has failed. See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" } }'

- name: Show me html file content
if: always()
run: |
ls -latr /Users/runner/Documents
cat /Users/runner/Documents/lorem_ipsum.html
- name: Publish tests report
uses: mikepenz/action-junit-report@v4
if: always()
Expand Down

0 comments on commit d02e51c

Please sign in to comment.