mik-laj commented on a change in pull request #11693:
URL: https://github.com/apache/airflow/pull/11693#discussion_r511528599
##########
File path: .github/workflows/ci.yml
##########
@@ -424,6 +428,52 @@ jobs:
name: airflow-provider-readmes
path: "./files/airflow-readme-*"
+ helm-python-tests:
+ timeout-minutes: 5
+ name: "Python unit tests for helm chart"
+ runs-on: ubuntu-latest
+ needs: [build-info, ci-images]
+ env:
+ MOUNT_LOCAL_SOURCES: "true"
+ RUN_TESTS: true
+ TEST_TYPE: "Helm"
+ BACKEND: "None"
Review comment:
You can also use SQLite. That shouldn't cause any problems in our case.
This is also the default database used in Breeze.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]