Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*"
- name: 'Install Tools'
run: |
sudo npm i -g firebase-tools
sudo npm i -g firebase-tools@14.26.0
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
run: melos bootstrap --scope tests
- name: 'Install Tools'
run: |
sudo npm i -g firebase-tools
sudo npm i -g firebase-tools@14.26.0
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
run: melos bootstrap --scope tests && melos bootstrap --scope "cloud_firestore*"
- name: 'Install Tools'
run: |
sudo npm i -g firebase-tools
sudo npm i -g firebase-tools@14.26.0
echo "FIREBASE_TOOLS_VERSION=$(npm firebase --version)" >> $GITHUB_ENV
- name: Firebase Emulator Cache
id: firebase-emulator-cache
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void main() {
setUp(() async {
// Reset users on emulator.
await emulatorClearAllUsers();
await ensureSignedOut();

try {
await FirebaseAuth.instance.createUserWithEmailAndPassword(
Expand Down
Loading