Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ jobs:

- name: Analyze .xcresult file
continue-on-error: true
uses: wireapp/analyze-xcoderesults-action@v1.0.0
uses: wireapp/analyze-xcoderesults-action@228125b6d1488f02b1d80e2040cbfac88c2b1cb3
with:
results: ${{ matrix.xcresult_file }}
warningAnnotations: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable_run_tests_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: Analyze .xcresult
if: ${{ always() && steps.find-xcresult.outputs.path != '' }}
continue-on-error: true
uses: wireapp/analyze-xcoderesults-action@v1.0.0
uses: wireapp/analyze-xcoderesults-action@228125b6d1488f02b1d80e2040cbfac88c2b1cb3
with:
results: ${{ steps.find-xcresult.outputs.path }}
warningAnnotations: true
Expand Down
Loading