We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600f894 commit 6837b74Copy full SHA for 6837b74
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
run: |
31
npm install -g firebase-tools
32
firebase emulators:exec --only database --project fake-project-id 'pytest integration/test_db.py'
33
+ echo mock-api-key > apikey.txt
34
+ firebase emulators:exec --only auth --project mock-project-id 'pytest integration/test_auth.py --cert tests/data/service_account.json --apikey apikey.txt'
35
36
lint:
37
runs-on: ubuntu-latest
0 commit comments