Skip to content

Commit fe2c764

Browse files
committed
Update python-app.yml
1 parent 71d4901 commit fe2c764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
python -m black -t py310 --check .
4848
- name: Test with pytest
4949
run: |
50+
export GOOGLE_APPLICATION_CREDENTIALS=service-account.json
5051
export FCM_TEST_PROJECT_ID=test
5152
pip install . ".[test]"
5253
python -m pytest .

0 commit comments

Comments
 (0)