Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update main.yml
  • Loading branch information
brucewzj99 committed May 3, 2024
commit b9ebc74c9e94888ca03c87d2fb0772613c1af0c7
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
env:
FIREBASE_JSON: ${{ secrets.FIREBASE_JSON }}
run: |
python -m pytest
python -m pytest