Skip to content

Commit

Permalink
Update build-backend.yml
Browse files Browse the repository at this point in the history
-added step to run tests during build
  • Loading branch information
sajal1123 committed Oct 9, 2024
1 parent 6114818 commit d7324d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
run: |
curl http://localhost:2000/liveness || echo "Sandbox not reachable"
# Run Unit Tests
- name: Run Unit Tests
working-directory: ./curio
run: |
python -m unittest discover -p "test_*.py" -v
# Stop all servers
- name: Stop all servers
run: |
Expand Down

0 comments on commit d7324d9

Please sign in to comment.