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:
|
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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user