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