Skip to content

Commit cd6e480

Browse files
added full refresh to seeds
1 parent c4bd5cd commit cd6e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/dbt-apply/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ runs:
7070
shell: pwsh
7171
run: |
7272
dbt compile --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }} --exclude tag:unit_test
73-
dbt seed --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
73+
dbt seed --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }} --full-refresh
7474
if(Test-Path -Path ".\manifest.json" -PathType Leaf) {
7575
echo " ==> Previous Manifest file found, running dbt run for unit tests"
7676
dbt run -s state:modified --defer --state . --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}

0 commit comments

Comments
 (0)