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:
Nahuel 2022-10-10 11:50:20 +02:00 committed by GitHub
parent 5c499d2a7a
commit 37105e09df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ name: py-cli-e2e-tests
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
py-cli-e2e-tests:

3
.gitignore vendored
View File

@ -112,3 +112,6 @@ file:cachedb
security-report
.dccache
scan-requirements.txt
# CLI e2e tests
ingestion/tests/cli_e2e/**/*test.yaml