Skip to content

Commit 845a76e

Browse files
committed
Fix integration tests
1 parent 9f11746 commit 845a76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dbt run-operation macro_with_ref --target "$PROFILE"
2828
# create seeds in the database
2929
dbt seed --target "$PROFILE" --select seeds/real_seeds
3030
# run tests with no database dependency
31-
dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE" --exclude tag:db-dependency --exclude tag:versioned
31+
dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE" --exclude tag:versioned tag:db-dependency
3232
dbt test --target "$PROFILE" --select tag:unit-test,tag:"$PROFILE",tag:"$DBT_VERSION" --exclude tag:db-dependency
3333

3434
# create sources in the database

0 commit comments

Comments
 (0)