From cdd2bc66db6c80e4fcf6e2ac2c3fa828903ee889 Mon Sep 17 00:00:00 2001 From: Nahuel Date: Fri, 20 Jan 2023 15:07:31 +0100 Subject: [PATCH] Feat: Update GH action for E2E tests (#9839) * Update E2E CI tests GH action * Address PR comments --- .github/workflows/py-cli-e2e-tests.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/py-cli-e2e-tests.yml b/.github/workflows/py-cli-e2e-tests.yml index 0d1de09bd07..a72cdd88f52 100644 --- a/.github/workflows/py-cli-e2e-tests.yml +++ b/.github/workflows/py-cli-e2e-tests.yml @@ -18,6 +18,7 @@ on: jobs: py-cli-e2e-tests: runs-on: ubuntu-latest + fail-fast: false strategy: matrix: py-version: ['3.9'] @@ -100,8 +101,3 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.E2E_SLACK_WEBHOOK }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - - - name: Force failure - if: steps.e2e-test.outcome != 'success' - run: | - exit 1