Skip to content

Commit

Permalink
Fail CI if error
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Feb 4, 2024
1 parent 754ef4b commit a14573d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/gfortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
with:
name: ${{env.CODECOV_NAME}}
flags: unittests
fail_ci_if_error: false
fail_ci_if_error: true

- name: Run End-to-End tests
if: always()
Expand All @@ -115,7 +115,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: false
fail_ci_if_error: true

intel_build:
name: Intel OneAPI build
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: tcpb
fail_ci_if_error: false
fail_ci_if_error: true


optimized_build:
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: false
fail_ci_if_error: true

mpich_build:
name: MPICH build
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: false
fail_ci_if_error: true

openmpi_build:
name: OpenMPI build
Expand Down Expand Up @@ -405,7 +405,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: false
fail_ci_if_error: true

plumed_build:
name: PLUMED build
Expand Down Expand Up @@ -474,4 +474,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
name: ${{env.CODECOV_NAME}}
fail_ci_if_error: false
fail_ci_if_error: true

0 comments on commit a14573d

Please sign in to comment.