1
0
Fork 0
mirror of synced 2024-06-27 18:40:52 +12:00
This commit is contained in:
Nick Sweeting 2020-07-28 07:50:56 -04:00
parent f0d4f9ca70
commit 98ca578684

View file

@ -124,6 +124,7 @@ jobs:
curl --silent --location 'http://127.0.0.1:8000/static/admin/js/jquery.init.js' | grep 'django.jQuery'
- name: Check added urls show up in index
run: |
docker-compose run archivebox add 'http://example.com/#test_docker' --index-only
curl --silent --location 'http://127.0.0.1:8000' | grep 'http://example.com/#test_docker'