mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +00:00
E2E Workflow continue on fail (#8833)
This commit is contained in:
parent
c56004c395
commit
b107bae4d1
6
.github/workflows/py-cli-e2e-tests.yml
vendored
6
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
||||
|
||||
- name: Run Python Tests
|
||||
id: e2e-test
|
||||
continue-on-error: true
|
||||
env:
|
||||
E2E_TEST: ${{ matrix.e2e-test }}
|
||||
run: |
|
||||
@ -80,3 +81,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user