Skip to content

Commit

Permalink
Update .circleci/config.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Doug Beatty <44704949+dbeatty10@users.noreply.github.com>
  • Loading branch information
emmyoop and dbeatty10 authored Sep 26, 2024
1 parent 145729a commit 91d104c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
. dbt_venv/bin/activate
echo `pwd`
cd integration_tests
dbt --warn-error deps --target bigquery-circleci
dbt --warn-error deps --target bigquery
dbt --warn-error run-operation create_source_table --target bigquery
dbt --warn-error seed --target bigquery --full-refresh
dbt --warn-error run --target bigquery
Expand Down

0 comments on commit 91d104c

Please sign in to comment.