Skip to content

Commit a555a76

Browse files
committed
feat(integration_test): enable database trigger tests
1 parent 6e9cacb commit a555a76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

integration_test/cloudbuild.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ steps:
118118
echo "Running tests on project: ${PROJECT_ID}"
119119
120120
# Use unified test runner (handles generate, deploy, test, cleanup automatically)
121-
# Testing only v1_firestore (the only template that currently exists)
122-
echo "Running v1_firestore integration tests..."
121+
echo "Running integration tests..."
123122
124123
# Find the actual wheel filename
125124
WHEEL_FILE=$$(ls firebase*.whl 2>/dev/null | head -n 1)
@@ -131,7 +130,7 @@ steps:
131130
132131
node scripts/run-tests.js \
133132
--sequential \
134-
v1_firestore \
133+
v1_firestore v1_database \
135134
--use-published-sdk=file:$$WHEEL_FILE
136135
137136
# Artifacts to store

0 commit comments

Comments
 (0)