Skip to content

Commit

Permalink
🧪 Fail test jobs on Codecov upload problems
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Nov 15, 2024
1 parent d5729e6 commit 55b4441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
OS-${{ runner.os }},
VM-${{ matrix.os }},
Py-${{ steps.python-install.outputs.python-version }}
fail_ci_if_error: false
fail_ci_if_error: true

benchmark:
name: Benchmark
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
flags: >-
CI-GHA,
MyPy
fail_ci_if_error: false
fail_ci_if_error: true
- name: Install spell checker
run: |
sudo apt install libenchant-2-dev
Expand Down

0 comments on commit 55b4441

Please sign in to comment.