Skip to content

Commit

Permalink
adding debug statement to test if file copied correct
Browse files Browse the repository at this point in the history
  • Loading branch information
vatsrahul1001 committed Aug 20, 2024
1 parent 7f66917 commit 5c4b4e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/reuse-wf-deploy-to-astro-cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
run: |
git clone https://github.com/apache/airflow.git
cp -r airflow/tests/system/providers/databricks .
ls -la databricks # List files to verify they were copied
cat databricks/example_databricks_workflow.py # Display content of a specific file
echo "Files copied successfully."
python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py
Expand Down

0 comments on commit 5c4b4e5

Please sign in to comment.