fix github actions check
This commit is contained in:
parent
1b22f8eeef
commit
c2bd71667c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -149,7 +149,7 @@ jobs:
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
sleep 5
|
sleep 5
|
||||||
curl --silent --location 'http://127.0.0.1:8000' | grep 'ArchiveBox'
|
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
|
- name: Check added urls show up in index
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue