Skip to content

Commit

Permalink
Update run_dbt_on_cron.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
C00ldudeNoonan committed Sep 4, 2023
1 parent 6622d71 commit 891fa56
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/run_dbt_on_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@ jobs:
- name: dbt run
run: |
cd project_goes_here
dbt build --target prod
dbt snapshot --target prod
dbt seed --full-refresh --select state:modified+
dbt run --full-refresh --fail-fast --models state:modified+
dbt snapshot
dbt test --fail-fast

0 comments on commit 891fa56

Please sign in to comment.