We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71d4901 commit fe2c764Copy full SHA for fe2c764
.github/workflows/python-app.yml
@@ -47,6 +47,7 @@ jobs:
47
python -m black -t py310 --check .
48
- name: Test with pytest
49
run: |
50
+ export GOOGLE_APPLICATION_CREDENTIALS=service-account.json
51
export FCM_TEST_PROJECT_ID=test
52
pip install . ".[test]"
53
python -m pytest .
0 commit comments