Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
olucurious committed Jun 18, 2024
1 parent 71d4901 commit fe2c764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
python -m black -t py310 --check .
- name: Test with pytest
run: |
export GOOGLE_APPLICATION_CREDENTIALS=service-account.json
export FCM_TEST_PROJECT_ID=test
pip install . ".[test]"
python -m pytest .

0 comments on commit fe2c764

Please # to comment.