From 1bbe0e659eeb743e5ba52565ba0bd438ba8ee650 Mon Sep 17 00:00:00 2001 From: Ludovic DEHON Date: Fri, 7 Feb 2025 20:28:31 +0100 Subject: [PATCH] feat(cicd): don't mark failed for front end test --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d44627e403..c8ba0f0b800 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -172,6 +172,7 @@ jobs: name: Run frontend tests runs-on: ubuntu-latest if: ${{ github.event.inputs.skip-test == 'false' || github.event.inputs.skip-test == ''}} + continue-on-error: true steps: # Setup - name: Checkout - Current ref