Skip to content

Commit

Permalink
Update pull_request_ci_datafold.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemuffin committed Nov 4, 2023
1 parent 8d271cc commit 9cd6c8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull_request_ci_datafold.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
run: |
export DBT_PROFILE_SCHEMA=github_cicd_pr_$(date +%s)
dbt seed --select state:modified --state ./target/last_manifest --full-refresh
dbt run --models state:modified+ --defer --state ./target/last_manifest
dbt test --models state:modified+ --defer --state ./target/last_manifest
dbt build --models state:modified+ --defer --state ./target/last_manifest
- name: Install Datafold SDK
Expand Down

0 comments on commit 9cd6c8f

Please sign in to comment.