Skip to content

Commit 9a9128a

Browse files
committed
--ignore-scripts in test, last try in this repo
1 parent 1456921 commit 9a9128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- name: Test
9292
run: |
9393
npm i -g firebase-tools
94-
npm i --prefix $(npm root -g)/firebase-tools --force --save .
94+
npm i --prefix $(npm root -g)/firebase-tools --ignore-scripts --force --save .
9595
npm run test:${{ matrix.framework }}
9696
env:
9797
FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}

0 commit comments

Comments
 (0)