diff --git a/.github/workflows/cont_int.yml b/.github/workflows/cont_int.yml index b2bf8fc22a..20d57c6f82 100644 --- a/.github/workflows/cont_int.yml +++ b/.github/workflows/cont_int.yml @@ -234,6 +234,9 @@ jobs: source ~/.bashrc conda activate arc_env make test-functional + # Wait ten seconds before running the next step + - name: Wait + run: sleep 10 - name: Code Coverage uses: codecov/codecov-action@v3 @@ -243,4 +246,4 @@ jobs: flags: unittests name: codecov-umbrella verbose: true - fail_ci_if_error: true + fail_ci_if_error: false