mirror of https://github.com/CIRCL/lookyloo
Update nosetests.yml
parent
73d4aba773
commit
f902d6dbaa
|
@ -31,10 +31,9 @@ jobs:
|
|||
- name: Make sure SRIs are up-to-date
|
||||
run: |
|
||||
poetry run tools/generate_sri.py
|
||||
git diff --quiet website/web/sri.txt
|
||||
git diff website/web/sri.txt
|
||||
if ! [ $? == 0 ] ; then
|
||||
echo "SRIs not up-to-date, you must run tools/generate_sri.py"
|
||||
git diff website/web/sri.txt
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue