Skip to content

Commit

Permalink
ci: add step for starting dataconnect emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati committed Dec 22, 2024
1 parent 0d72bef commit 25c682b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Start Firebase Emulator Suite
uses: invertase/[email protected]

# Start DataConnect Emulator
- name: Start DataConnect Emulator
run: firebase emulators:start --only dataconnect --project test &

- name: Verify Running Emulators
run: |
curl --silent http://localhost:4400/emulators | jq 'keys[]'
Expand Down

0 comments on commit 25c682b

Please sign in to comment.