We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d8b41 commit e22f0efCopy full SHA for e22f0ef
.github/workflows/nightly.yml
@@ -49,6 +49,12 @@ jobs:
49
50
- name: Verify public API
51
run: npm run api-extractor
52
+
53
+ - name: Run emulator-based integration tests
54
+ run: |
55
+ npm install -g firebase-tools
56
+ firebase emulators:exec --project fake-project-id --only auth,database,firestore \
57
+ 'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
58
59
- name: Run integration tests
60
run: ./.github/scripts/run_integration_tests.sh
0 commit comments