Feat: Update GH action for E2E tests (#9839)

* Update E2E CI tests GH action

* Address PR comments
This commit is contained in:
Nahuel 2023-01-20 15:07:31 +01:00 committed by GitHub
parent 254ee9a186
commit cdd2bc66db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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