Test firebase emulator #187
Workflow file for this 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
name: Run Tests | |
on: | |
push: | |
branches: | |
- main | |
- staging | |
- frontend-websocket-test | |
pull_request: | |
branches: | |
- main | |
- staging | |
workflow_dispatch: | |
jobs: | |
test-firebase: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Deploy to Firebase | |
uses: w9jds/firebase-action@master | |
with: | |
args: emulators:start --only firestore --project demo-test-project | |
env: | |
GCP_SA_KEY: asdf |