diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index e17291b..8e3f95d 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -146,10 +146,10 @@ jobs: # we need to pre-install the CLI to set the context curl -sSL https://install.astronomer.io | sudo bash -s - - name: Setup astro project in root folder + - name: Setup astro project in base folder run: | - # copy the astro project to the root folder + # copy the astro project to the base folder cp -r e2e-setup/astro-project/ . - name: Set CLI context diff --git a/action.yaml b/action.yaml index a330e18..ec47220 100644 --- a/action.yaml +++ b/action.yaml @@ -398,6 +398,9 @@ runs: DAGS_ONLY_DEPLOY=false fi + ls -l + pwd + echo "DAGS_ONLY_DEPLOY=$DAGS_ONLY_DEPLOY" >> $GITHUB_OUTPUT echo "SKIP_IMAGE_OR_DAGS_DEPLOY=$SKIP_IMAGE_OR_DAGS_DEPLOY" >> $GITHUB_OUTPUT echo ::endgroup::