Skip to content

Commit

Permalink
Fix gh actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Jan 8, 2025
1 parent bd47195 commit b948e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
'
- name: Start Django server
run: |
docker-compose exec -T devweb bash -c "python manage.py loaddata fixtures/*.json"
docker-compose exec -T devweb bash -c "nohup python manage.py runserver 0.0.0.0:8080 &"
docker compose exec -T devweb bash -c "python manage.py loaddata fixtures/*.json"
docker compose exec -T devweb bash -c "nohup python manage.py runserver 0.0.0.0:8080 &"
# Wait for the server to start
until curl -s http://localhost:62202; do
echo "Waiting for Django server to be up..."
Expand Down

0 comments on commit b948e34

Please sign in to comment.