Skip to content

Commit

Permalink
Turned on logs to debug start
Browse files Browse the repository at this point in the history
  • Loading branch information
rofrano committed Mar 17, 2024
1 parent 3eb2b9d commit fec2814
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bdd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,10 @@ jobs:
- name: Run the service locally
run: |
echo "\n*** STARTING APPLICATION ***\n"
gunicorn --log-level=critical --bind=0.0.0.0:8080 wsgi:app &
gunicorn --log-level=info --bind=0.0.0.0:8080 wsgi:app &
echo "Waiting for service to stabilize..."
sleep 10
echo "Checking service /health..."
curl -i http://localhost:8080/health
echo "\n*** SERVER IS RUNNING ***"
env:
Expand Down

0 comments on commit fec2814

Please sign in to comment.