mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Add CLI e2e tests workflow dispatch (#8053)
* Add CLI E2E tests for MySQL * Fix setup.py and pylint * Add missing doc and update code after pylint refactor * Add manual trigger for py-cli-e2e-tests GH action
This commit is contained in:
parent
5c499d2a7a
commit
37105e09df
1
.github/workflows/py-cli-e2e-tests.yml
vendored
1
.github/workflows/py-cli-e2e-tests.yml
vendored
@ -13,6 +13,7 @@ name: py-cli-e2e-tests
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
py-cli-e2e-tests:
|
||||
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@ -112,3 +112,6 @@ file:cachedb
|
||||
security-report
|
||||
.dccache
|
||||
scan-requirements.txt
|
||||
|
||||
# CLI e2e tests
|
||||
ingestion/tests/cli_e2e/**/*test.yaml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user