1
0
Fork 0
mirror of synced 2024-06-02 10:34:43 +12:00

Added curl follow redirect

This commit is contained in:
Angel Rey 2020-07-22 18:39:02 -05:00
parent 4202569401
commit d905eca630

View file

@ -126,4 +126,4 @@ jobs:
- name: Curl to Django app
run: |
sleep 10
curl http://127.0.0.1:8000/
curl -IL http://127.0.0.1:8000/