Skip to content

Commit

Permalink
ci: add dataconnect to emulators options
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanBahati committed Dec 22, 2024
1 parent 17a5876 commit 5474115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:

- name: Start Firebase Emulator Suite
uses: invertase/[email protected]
with:
emulators: 'auth,firestore,functions,storage,database,dataconnect'

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

- name: Verify Running Emulators
run: |
Expand Down
2 changes: 1 addition & 1 deletion dataconnect-sdk/js/default-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"./package.json": "./package.json"
},
"peerDependencies": {
"firebase": "^10.14.0"
"firebase": "^10.14.0 || ^11.0.0"
}
}

0 comments on commit 5474115

Please sign in to comment.