increase ci step delays
This commit is contained in:
parent
ab1dac50f6
commit
e671ddd22b
2 changed files with 7 additions and 5 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
@ -131,13 +131,15 @@ jobs:
|
||||||
- name: Curl index with PUBLIC_INDEX=False
|
- name: Curl index with PUBLIC_INDEX=False
|
||||||
run: |
|
run: |
|
||||||
docker-compose run archivebox config --set PUBLIC_INDEX=False
|
docker-compose run archivebox config --set PUBLIC_INDEX=False
|
||||||
docker-compose restart || true
|
docker-compose restart ||
|
||||||
sleep 6
|
docker-compose up -d || true
|
||||||
|
sleep 10
|
||||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox Admin'
|
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox Admin'
|
||||||
|
|
||||||
- name: Curl index with PUBLIC_INDEX=True
|
- name: Curl index with PUBLIC_INDEX=True
|
||||||
run: |
|
run: |
|
||||||
docker-compose run archivebox config --set PUBLIC_INDEX=True
|
docker-compose run archivebox config --set PUBLIC_INDEX=True
|
||||||
docker-compose restart || true
|
docker-compose restart || true
|
||||||
sleep 6
|
docker-compose up -d || true
|
||||||
|
sleep 10
|
||||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'Add Links'
|
curl --silent --location 'http://127.0.0.1:8000' | grep 'Add Links'
|
||||||
|
|
|
@ -12,8 +12,8 @@ version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
archivebox:
|
archivebox:
|
||||||
build: .
|
# build: .
|
||||||
image: archivebox:latest
|
image: nikisweeting/archivebox:latest
|
||||||
command: server 0.0.0.0:8000
|
command: server 0.0.0.0:8000
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue