mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-16 03:24:17 +02:00
bump delays between docker steps
This commit is contained in:
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@@ -132,12 +132,12 @@ jobs:
|
||||
run: |
|
||||
docker-compose run archivebox config --set PUBLIC_INDEX=False
|
||||
docker-compose restart
|
||||
sleep 4
|
||||
sleep 6
|
||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox Admin'
|
||||
|
||||
- name: Curl index with PUBLIC_INDEX=True
|
||||
run: |
|
||||
docker-compose run archivebox config --set PUBLIC_INDEX=True
|
||||
docker-compose restart
|
||||
sleep 4
|
||||
sleep 6
|
||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'Add Links'
|
||||
|
Reference in New Issue
Block a user