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: jobs:
py-cli-e2e-tests: py-cli-e2e-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
fail-fast: false
strategy: strategy:
matrix: matrix:
py-version: ['3.9'] py-version: ['3.9']
@ -100,8 +101,3 @@ jobs:
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.E2E_SLACK_WEBHOOK }} SLACK_WEBHOOK_URL: ${{ secrets.E2E_SLACK_WEBHOOK }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
- name: Force failure
if: steps.e2e-test.outcome != 'success'
run: |
exit 1