1
0
Fork 0
mirror of synced 2024-06-23 08:30:29 +12:00

fix github actions check

This commit is contained in:
Nick Sweeting 2020-11-28 00:15:31 -05:00
parent 1b22f8eeef
commit c2bd71667c

View file

@ -149,7 +149,7 @@ jobs:
docker-compose up -d
sleep 5
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox'
curl --silent --location 'http://127.0.0.1:8000/static/admin/js/jquery.init.js' | grep 'django.jQuery'
curl --silent --location 'http://127.0.0.1:8000/static/admin/js/jquery.init.js' | grep 'window.django'
- name: Check added urls show up in index
run: |