Skip to content

Commit 7e57372

Browse files
committed
Update CI after fixing test
1 parent 342fe0f commit 7e57372

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test-and-coverage.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
-derivedDataPath build \
4646
-destination "platform=macOS,arch=${{ matrix.arch }}" \
4747
-resultBundlePath "artifacts/ResultBundle-${{ matrix.os }}-${{ matrix.arch }}.xcresult"
48-
continue-on-error: true
4948
- name: Upload Result Bundle
5049
uses: actions/upload-artifact@v4
5150
with:
@@ -62,12 +61,11 @@ jobs:
6261
files: artifacts/coverage-${{ matrix.os }}-${{ matrix.arch }}.xml
6362
token: ${{ secrets.CODECOV_TOKEN }}
6463
flags: ${{ matrix.os }}-${{ matrix.arch }}-tests
65-
fail_ci_if_error: true
64+
fail_ci_if_error: false
6665

6766
merge:
6867
runs-on: macos-latest
6968
needs: build_and_test
70-
continue-on-error: true
7169
steps:
7270
- name: List and download all .xcresult artifacts
7371
run: |
@@ -122,7 +120,6 @@ jobs:
122120
coverage:
123121
runs-on: macos-latest
124122
needs: merge
125-
continue-on-error: true
126123
steps:
127124
- uses: actions/checkout@v3
128125
with:

0 commit comments

Comments
 (0)