Skip to content

Commit

Permalink
Try to fix firebase tools installation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maurice committed Nov 1, 2023
1 parent 104dbfa commit 6cc4c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ jobs:
shell: bash
timeout_minutes: 5
max_attempts: 3
command: npm install -g firebase-tools
command: sudo npm install -g firebase-tools
- name: Setup java
uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -1166,7 +1166,7 @@ jobs:
shell: bash
timeout_minutes: 5
max_attempts: 3
command: npm install -g firebase-tools
command: sudo npm install -g firebase-tools
- name: Start Firestore Emulator
if: steps.device-info.outputs.device_type == 'virtual' && contains(needs.check_and_prepare.outputs.apis, 'firestore')
run: |
Expand Down

0 comments on commit 6cc4c20

Please sign in to comment.