Skip to content

Commit 69b4d1f

Browse files
committed
update emulator test path
1 parent b63e78b commit 69b4d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
npm install -g firebase-tools@11.30.0
5656
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'
57+
'npx mocha test/integration/auth.spec.ts test/integration/database.spec.ts test/integration/firestore.spec.ts --slow 5000 --timeout 20000 --require ts-node/register'
5858
5959
- name: Run integration tests
6060
run: ./.github/scripts/run_integration_tests.sh

0 commit comments

Comments
 (0)