We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bd5cd commit cd6e480Copy full SHA for cd6e480
tasks/dbt-apply/action.yml
@@ -70,7 +70,7 @@ runs:
70
shell: pwsh
71
run: |
72
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 }}
+ dbt seed --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }} --full-refresh
74
if(Test-Path -Path ".\manifest.json" -PathType Leaf) {
75
echo " ==> Previous Manifest file found, running dbt run for unit tests"
76
dbt run -s state:modified --defer --state . --profiles-dir=${{ inputs.profiles-directory }} --target=${{ inputs.target }}
0 commit comments