-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add dataconnect to emulators options
- Loading branch information
1 parent
17a5876
commit 5474115
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters