Skip to content

Commit

Permalink
Add step to materialize tables/views needed to run dbt unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbooke4 committed Oct 30, 2024
1 parent 637e166 commit 845e1df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_unit_tests_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,10 @@ jobs:
pip install dbt-bigquery
dbt deps
- name: Materialize necessary dbt resources
run: |
dbt seed -f
dbt run -s +test_type:unit -f --empty
- name: Run dbt unit tests
run: dbt test -s test_type:unit

0 comments on commit 845e1df

Please sign in to comment.