We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f11746 commit 845a76eCopy full SHA for 845a76e
run-integration-tests.sh
@@ -28,7 +28,7 @@ dbt run-operation macro_with_ref --target "$PROFILE"
28
# create seeds in the database
29
dbt seed --target "$PROFILE" --select seeds/real_seeds
30
# run tests with no database dependency
31
-dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE" --exclude tag:db-dependency --exclude tag:versioned
+dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE" --exclude tag:versioned tag:db-dependency
32
dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE",tag:"$DBT_VERSION" --exclude tag:db-dependency
33
34
# create sources in the database
0 commit comments