Skip to content

Commit

Permalink
debugging new e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neel-astro committed Sep 27, 2024
1 parent 48ca4e4 commit c6f6974
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit c6f6974

Please sign in to comment.