Skip to content

Commit 62baf33

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

2 files changed

Lines changed: 2 additions & 2 deletions

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,database,firestore}.spec.ts --slow 5000 --timeout 20000 --require ts-node/register'

.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,database,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)