Skip to content

Commit 5ab979c

Browse files
committed
ci(*): added emulator support
1 parent 48088b8 commit 5ab979c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@ jobs:
2525
version: latest
2626
- name: Install dependencies
2727
run: pnpm install
28-
- name: Run tests
29-
run: pnpm test
28+
- name: Start Firebase emulator and run tests
29+
run: |
30+
pnpm run emulators &
31+
sleep 15
32+
echo "Emulator started, running tests..."
33+
pnpm test

0 commit comments

Comments
 (0)