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 3c443e9 commit 41736a3Copy full SHA for 41736a3
.github/workflows/tests_e2e.yml
@@ -50,6 +50,12 @@ jobs:
50
max_attempts: 3
51
command: npm i -g firebase-tools
52
53
+ - name: Cache Firestore Emulator
54
+ uses: actions/cache@v2
55
+ with:
56
+ path: ~/.cache/firebase/emulators
57
+ key: firebase-emulators-v1
58
+
59
- name: Start Firestore Emulator
60
run: yarn tests:emulator:start-ci
61
@@ -229,6 +235,12 @@ jobs:
229
235
230
236
231
237
238
239
240
241
242
243
232
244
233
245
234
246
0 commit comments