Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Jul 22, 2024
1 parent 9384c7c commit 44e8170
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,9 @@ jobs:
- name: Run setup
run: |
sh ./scripts/test/kubernetes-test.sh
sh ./scripts/test/integration-kube.sh
- name: Setup Airflow
run: |
python -m pip install uv
uv pip install --system hatch
hatch -e tests.py3.9-2.9 run pip freeze
hatch run tests.py3.9-2.9:test-kubernetes
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ freeze = "pip freeze"
test = 'sh scripts/test/unit.sh'
test-cov = 'sh scripts/test/unit-cov.sh'
test-integration = 'sh scripts/test/integration.sh'
test-kubernetes = "sh script/test/integration-kube.sh"
test-integration-dbt-1-5-4 = 'sh scripts/test/integration-dbt-1-5-4.sh'
test-integration-expensive = 'sh scripts/test/integration-expensive.sh'
test-integration-setup = 'sh scripts/test/integration-setup.sh'
Expand Down
1 change: 1 addition & 0 deletions scripts/test/integration-kube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
set -x
set -e


pytest tests/test_example_dags.py::test_example_dag_k8s

0 comments on commit 44e8170

Please sign in to comment.