Skip to content

Commit 6837b74

Browse files
committed
Enable auth emulator integration tests in CI
1 parent 600f894 commit 6837b74

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: |
3131
npm install -g firebase-tools
3232
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'
3335
3436
lint:
3537
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)