mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-16 08:04:26 -04:00
check for login page in github ci
This commit is contained in:
parent
d6ac7998f0
commit
e68f6aaa76
2 changed files with 2 additions and 2 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -112,4 +112,4 @@ jobs:
|
|||
- name: Curl to Django app
|
||||
run: |
|
||||
sleep 10
|
||||
curl -IL http://127.0.0.1:8000/
|
||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'https://github.com/pirate/ArchiveBox/wiki'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue