Skip to content

Commit

Permalink
Add pytest to CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
emshyu authored Nov 14, 2024
1 parent 1f87fb4 commit 8038dc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/f24_translator-service-hunan-hunters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
- name: Test with pytest
run: |
pytest
- name: Zip artifact for deployment
run: zip release.zip ./* -r

Expand Down

0 comments on commit 8038dc8

Please sign in to comment.