Skip to content

Commit a6e901a

Browse files
ci: use latest firebase-tools for web e2e tests (#12475)
1 parent cc708e6 commit a6e901a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,7 @@ jobs:
263263
- name: 'Bootstrap package'
264264
run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*"
265265
- name: 'Install Tools'
266-
run: |
267-
# Temporary measure to install firebase-tools 13.3.0 until the issue is resolved: https://github.com/firebase/firebase-tools/issues/6808
268-
sudo npm i -g [email protected]
266+
run: sudo npm i -g firebase-tools
269267
- name: Cache Firebase Emulator
270268
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319
271269
with:

0 commit comments

Comments
 (0)