Skip to content

Commit

Permalink
fixing provider system test path (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 authored Oct 12, 2024
1 parent 5fbabe0 commit 72556b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: .circleci/integration-tests
run: |
git clone https://github.com/apache/airflow.git
cp -r airflow/tests/system/providers/databricks .
cp -r airflow/providers/tests/system/databricks .
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
cat databricks/example_databricks_workflow.py
Expand Down

0 comments on commit 72556b7

Please sign in to comment.