From a390f533e858c16cd19b01a5e5850056ba6217a8 Mon Sep 17 00:00:00 2001 From: George Tay Date: Mon, 15 Apr 2024 13:13:46 +0800 Subject: [PATCH] Update CI file --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index bca3ab3167..8cbf78d960 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -83,7 +83,7 @@ jobs: with: directory: ${{ github.workspace }}/build/reports/jacoco/coverage files: coverage.xml - fail_ci_if_error: true + fail_ci_if_error: false - name: Build preview website (pull request) if: ${{ success() && github.event_name == 'pull_request' && matrix.os == 'ubuntu-20.04' }}