Skip to content

Commit

Permalink
Update dbt_slim_CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dot2dotseurat authored Jul 6, 2022
1 parent b489db6 commit 72de096
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dbt_slim_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:

- name: DBT seed
working-directory: ./spellbook
run: "pipenv run dbt seed --select state:modified --state ."
run: "pipenv run dbt seed --select +state:modified --state ."

- name: DBT run
working-directory: ./spellbook
run: "pipenv run dbt run --select state:modified --state ."
run: "pipenv run dbt run --select +state:modified --state ."

- name: DBT test
working-directory: ./spellbook
run: "pipenv run dbt test --select state:new state:modified --state ."
run: "pipenv run dbt test --select +state:new +state:modified --state ."

0 comments on commit 72de096

Please sign in to comment.