Skip to content

Commit

Permalink
Update ci-pre-release-test-testpypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Talla committed Dec 4, 2023
1 parent 07818ee commit 61a1d83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci-pre-release-test-testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
shell: bash
run: |
git clone https://github.com/Teradata/jaffle_shop-dev.git jaffle_shop
- name: Running jaffle_shop dbt TestPyPi
- name: Setup profiles.yml
shell: bash
run: |
mkdir ~/.dbt
Expand All @@ -46,7 +46,10 @@ jobs:
retries: 1
target: dev
EOF
- name: Running jaffle_shop project
shell: bash
run: |
cat ~/.dbt/profiles.yml
cd jaffle_shop
ls
Expand Down

0 comments on commit 61a1d83

Please sign in to comment.