Skip to content

Commit

Permalink
github action on django tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ferregutie committed Jul 2, 2024
1 parent 2eb027e commit 9020c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: CHECK HEALTH
run: timeout 240s sh -c 'until docker ps | grep djakart-webapp_djakart | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 2; done'

- name: LIST CONTAINERS
run: docker ps
- name: TEST WEBAPP
run: docker compose exec webapp_djakart /usr/bin/python3 manage.py test djakart.tests --no-input

- name: STOP
run: docker compose down
Expand Down

0 comments on commit 9020c8d

Please sign in to comment.