Skip to content

Commit b63e78b

Browse files
committed
update emulator test path
1 parent 62baf33 commit b63e78b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
run: |
3131
npm install -g firebase-tools@11.30.0
3232
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
33-
'npx mocha test/integration/{auth,database,firestore}.spec.ts --slow 5000 --timeout 20000 --require ts-node/register'
33+
'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'

0 commit comments

Comments
 (0)