File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 45
45
-derivedDataPath build \
46
46
-destination "platform=macOS,arch=${{ matrix.arch }}" \
47
47
-resultBundlePath "artifacts/ResultBundle-${{ matrix.os }}-${{ matrix.arch }}.xcresult"
48
- continue-on-error : true
49
48
- name : Upload Result Bundle
50
49
uses : actions/upload-artifact@v4
51
50
with :
@@ -62,12 +61,11 @@ jobs:
62
61
files : artifacts/coverage-${{ matrix.os }}-${{ matrix.arch }}.xml
63
62
token : ${{ secrets.CODECOV_TOKEN }}
64
63
flags : ${{ matrix.os }}-${{ matrix.arch }}-tests
65
- fail_ci_if_error : true
64
+ fail_ci_if_error : false
66
65
67
66
merge :
68
67
runs-on : macos-latest
69
68
needs : build_and_test
70
- continue-on-error : true
71
69
steps :
72
70
- name : List and download all .xcresult artifacts
73
71
run : |
@@ -122,7 +120,6 @@ jobs:
122
120
coverage :
123
121
runs-on : macos-latest
124
122
needs : merge
125
- continue-on-error : true
126
123
steps :
127
124
- uses : actions/checkout@v3
128
125
with :
You can’t perform that action at this time.
0 commit comments