mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-13 06:34:25 -04:00
Added curl follow redirect
This commit is contained in:
parent
4202569401
commit
d905eca630
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -126,4 +126,4 @@ jobs:
|
||||||
- name: Curl to Django app
|
- name: Curl to Django app
|
||||||
run: |
|
run: |
|
||||||
sleep 10
|
sleep 10
|
||||||
curl http://127.0.0.1:8000/
|
curl -IL http://127.0.0.1:8000/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue