File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : npm run api-extractor
29
29
- name : Run emulator-based integration tests
30
30
run : |
31
- npm install -g firebase-tools
31
+ npm install -g firebase-tools@11.30.0
32
32
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
33
33
'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
Original file line number Diff line number Diff line change 52
52
53
53
- name : Run emulator-based integration tests
54
54
run : |
55
- npm install -g firebase-tools
55
+ npm install -g firebase-tools@11.30.0
56
56
firebase emulators:exec --project fake-project-id --only auth,database,firestore \
57
57
'npx mocha \"test/integration/{auth,database,firestore}.spec.ts\" --slow 5000 --timeout 20000 --require ts-node/register'
58
58
You can’t perform that action at this time.
0 commit comments