Skip to content

Commit 0d68345

Browse files
committed
Test functions deploy
1 parent e2c6024 commit 0d68345

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

config/functions/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ const assert = require('assert');
1919
const cors = require('cors')({ origin: true });
2020
const functions = require('firebase-functions');
2121

22+
// FIXME: trigger functions deploy
23+
2224
/*
2325
* These backend test helpers are copied from the iOS and Android SDKs, but are
2426
* not all implemented as tests in the JS SDK yet.

scripts/ci-test/deploy-if-needed.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
* limitations under the License.
1616
*/
1717

18+
/**
19+
* Deploy Firebase project config files (functions, rules) to CI
20+
* test project if there have been any changes to them.
21+
*/
22+
1823
import { resolve } from 'path';
1924
import chalk from 'chalk';
2025
import simpleGit from 'simple-git';

0 commit comments

Comments
 (0)