Skip to content

Commit

Permalink
chore: Update validate_transformation_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored Dec 12, 2023
1 parent 44901a2 commit 0da0f42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate_transformation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
if: needs.prepare.outputs.postgres == 'true'
working-directory: ./temp/build
run: |
dbt seed --target dev-pg --profiles-dir ./tests
dbt seed --target dev-pg --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests
dbt run --target dev-pg --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests
- name: Run Unpacked DBT Snowflake
if: needs.prepare.outputs.snowflake == 'true'
Expand All @@ -143,5 +143,5 @@ jobs:
if: needs.prepare.outputs.bigquery == 'true'
working-directory: ./temp/build
run: |
dbt seed --target dev-bigquery --profiles-dir ./tests
dbt seed --target dev-bigquery --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests
dbt run --target dev-bigquery --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests

0 comments on commit 0da0f42

Please sign in to comment.