Skip to content

Commit

Permalink
had to give pytest a real test
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Jul 2, 2024
1 parent 3ca07a4 commit 5cc607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: 🧪 Run tests
run: |
source venv/bin/activate
pytest conftest.py
pytest test/common/utils/test_firebase.py
- name: 📊 Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5cc607d

Please sign in to comment.