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 42e0e49 commit 1e653ccCopy full SHA for 1e653cc
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
run: pnpm run test:types
55
56
- name: Test
57
- run: firebase emulators:exec 'pnpm run test:unit'
+ run: firebase emulators:exec --project default 'pnpm run test:unit'
58
59
- name: Build
60
run: pnpm run build
0 commit comments