Skip to content

Commit e9a868f

Browse files
author
Robert-Jan Huijsman
authored
Integration test: also deploy database rules. The database rules are important for the test, as there are a number of permissions-checks involved. (#110)
1 parent 3b36b55 commit e9a868f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/run_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function deploy {
4848
announce "Deploying functions..."
4949
cd $DIR
5050
./functions/node_modules/.bin/tsc -p functions/
51-
firebase deploy --project=$PROJECT_ID --only functions
51+
firebase deploy --project=$PROJECT_ID --only functions,database
5252
}
5353

5454
function run_tests {

0 commit comments

Comments
 (0)