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 4af8899 commit 9583e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate_transformation_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
if: needs.prepare.outputs.snowflake == 'true'
working-directory: ./temp/build
run: |
dbt seed --target dev-snowflake --profiles-dir ./tests
dbt seed --target dev-snowflake --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests
dbt run --target dev-snowflake --profiles-dir ../../${{ needs.prepare.outputs.transformation_dir }}/tests
- name: Run Unpacked DBT BigQuery
if: needs.prepare.outputs.bigquery == 'true'
Expand Down

0 comments on commit 9583e51

Please sign in to comment.