diff --git a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml index 34fc71e90..3819ab1b1 100644 --- a/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml +++ b/.github/workflows/reuse-wf-deploy-to-astro-cloud.yaml @@ -49,14 +49,8 @@ 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." - - - name: Run refactor script - working-directory: .circleci/integration-tests - run: | - python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py + python ../../.github/scripts/refactor_dag.py databricks/example_databricks_workflow.py + cat databricks/example_databricks_workflow.py - name: deploy working-directory: .circleci/integration-tests