From 95b74ec5bd5d6c7a26ea5090393255308d712526 Mon Sep 17 00:00:00 2001 From: ptiurin Date: Wed, 9 Jul 2025 15:52:23 +0100 Subject: [PATCH] ci: Continue on error of allure --- .github/workflows/integration-tests-core.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/integration-tests-core.yml b/.github/workflows/integration-tests-core.yml index 894ef659d1..cf9deca010 100644 --- a/.github/workflows/integration-tests-core.yml +++ b/.github/workflows/integration-tests-core.yml @@ -181,6 +181,7 @@ jobs: - name: Allure Report uses: firebolt-db/action-allure-report@v1 if: always() + continue-on-error: true with: github-key: ${{ secrets.GITHUB_TOKEN }} test-type: integration @@ -191,6 +192,7 @@ jobs: - name: Allure Report HTTPS uses: firebolt-db/action-allure-report@v1 if: always() + continue-on-error: true with: github-key: ${{ secrets.GITHUB_TOKEN }} test-type: integration_https