Skip to content

Commit

Permalink
updated to call a test that will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
gregv committed Jul 2, 2024
1 parent c23ca9d commit a917b8d
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 test/common/utils/test_firebase.py
pytest api/certificates/tests/test_always_pass.py
- name: 📊 Upload test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a917b8d

Please sign in to comment.