Skip to content

Commit

Permalink
Update dbt_slim_ci.yml (#1500)
Browse files Browse the repository at this point in the history
This command need to run all the dependencies needed to run the model that needs to be created/updated
  • Loading branch information
soispoke authored Sep 5, 2022
1 parent 49e49a8 commit 1e77768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_slim_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: "dbt seed --select state:modified --state ."

- name: DBT run
run: "dbt run --select state:modified --state ."
run: "dbt run --select +state:modified --state ."

- name: DBT test
run: "dbt test --select state:new state:modified --state ."

0 comments on commit 1e77768

Please sign in to comment.