Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase CI (with Github actions) #30

Open
mchirico opened this issue Jul 1, 2020 · 1 comment
Open

Firebase CI (with Github actions) #30

mchirico opened this issue Jul 1, 2020 · 1 comment

Comments

@mchirico
Copy link
Owner

mchirico commented Jul 1, 2020

Update... see this

https://firebase.google.com/docs/cli#mac-linux-npm

# Test first with
docker run -i -t node:latest /bin/bash

apt-get update
apt-get install openjdk-8-jdk
npm install -g firebase-tools
firebase login:ci

ref

 - name: Run integration tests against emulator
      run: |
        npm install -g firebase-tools
        firebase emulators:exec  --project 'septapig' 'npm test' --token "$FIREBASE_TOKEN"
@tacomonkautobot
Copy link

mchirico,
Thanks for opening this issue!

@mchirico mchirico changed the title Firebase CI Firebase CI (with Github actions) Jul 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant