From 421de54b0ada005dc68dd135032133026218833c Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Mon, 18 Sep 2023 19:14:41 +0000 Subject: [PATCH] make errors easier to see Signed-off-by: Peter Nied --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5d5e3430d..ba965e32c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: action: codecov/codecov-action@v3 with: | token: ${{ secrets.CODECOV_TOKEN }} - fail_ci_if_error: false + fail_ci_if_error: true files: ./build/reports/jacoco/test/jacocoTestReport.xml - uses: actions/upload-artifact@v3