From 60ba941b8275a3cb0115230207c5ef9afef4205e Mon Sep 17 00:00:00 2001 From: Philipp Hoenisch Date: Mon, 12 Feb 2024 13:34:56 +0100 Subject: [PATCH] chore: continue e2e tests if one fails --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ea8ec4d4..82f24e333 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -231,6 +231,7 @@ jobs: name: e2e-tests needs: e2e_tests_prepare runs-on: ubuntu-latest + continue-on-error: true strategy: matrix: tests: ${{ fromJson(needs.e2e_tests_prepare.outputs.matrix) }}