Skip to content

Commit

Permalink
Revert "Not fail ci if codecov error"
Browse files Browse the repository at this point in the history
This reverts commit 13cf573.
  • Loading branch information
will-molloy committed Jun 28, 2023
1 parent 13cf573 commit f122e71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: unit-tests
fail_ci_if_error: false
fail_ci_if_error: true

integration-test:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: integration-tests
fail_ci_if_error: false
fail_ci_if_error: true

release:
needs: [ build, integration-test ]
Expand Down

0 comments on commit f122e71

Please sign in to comment.