Skip to content

Commit 17a5876

Browse files
committed
ci: add step for starting dataconnect emulator
1 parent 5e4669f commit 17a5876

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- name: Start Firebase Emulator Suite
3737
uses: invertase/[email protected]
3838

39+
# Start DataConnect Emulator
40+
- name: Start DataConnect Emulator
41+
run: firebase emulators:start --only dataconnect --project test &
42+
3943
- name: Verify Running Emulators
4044
run: |
4145
curl --silent http://localhost:4400/emulators | jq 'keys[]'

0 commit comments

Comments
 (0)