mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-28 19:05:53 +00:00
Feat: Update GH action for E2E tests (#9839)
* Update E2E CI tests GH action * Address PR comments
This commit is contained in:
parent
254ee9a186
commit
cdd2bc66db
6
.github/workflows/py-cli-e2e-tests.yml
vendored
6
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user