Skip to content

Commit

Permalink
Add django tests to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
john0227 committed Apr 10, 2024
1 parent f70d3b3 commit cfd2c5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev-PR-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jobs:
cd test
npm install
newman run ITS-API-Test.postman_collection.json
- name: Test Django tests
run: |
python manage.py test its_backend.apps.submissions

0 comments on commit cfd2c5d

Please sign in to comment.