Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Dec 19, 2023
1 parent 491e8e3 commit e0ab062
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/Sync-End-to-End-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,21 +112,4 @@ jobs:
| tee xcodebuild.log \
| xcbeautify
# - name: Create Asana task when workflow failed
# if: ${{ failure() }}
# run: |
# curl -s "https://app.asana.com/api/1.0/tasks" \
# --header "Accept: application/json" \
# --header "Authorization: Bearer ${{ secrets.ASANA_ACCESS_TOKEN }}" \
# --header "Content-Type: application/json" \
# --data ' { "data": { "name": "GH Workflow Failure - Sync End to end 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: Upload logs when workflow failed
uses: actions/upload-artifact@v3
if: failure()
with:
name: BuildLogs
path: |
xcodebuild.log
DerivedData/Logs/Test/*.xcresult
retention-days: 7

0 comments on commit e0ab062

Please sign in to comment.