Skip to content

Commit

Permalink
Update django dev server port to 8081
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Jan 9, 2025
1 parent b948e34 commit ddb7276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ 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 "nohup python manage.py runserver 0.0.0.0:8081 &"
# 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 ddb7276

Please sign in to comment.