Skip to content

Commit 4d53954

Browse files
committed
ci: again
1 parent a8713a8 commit 4d53954

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.firebaserc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"projects": {
3-
"default": "vue-fire-store",
4-
"docs": "vuefiredocs"
3+
"default": "vue-fire-store"
54
}
65
}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: pnpm run test:types
7373

7474
- name: Test
75-
run: firebase emulators:exec --project default 'pnpm run test:unit'
75+
run: firebase emulators:exec 'pnpm run test:unit'
7676

7777
- name: Build
7878
run: pnpm run build

database.rules.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
".read": false,
55
".write": false
66
},
7-
"__test": {
7+
"__tests": {
88
".read": true,
99
".write": true
1010
},

0 commit comments

Comments
 (0)