Update nosetests.yml

pull/219/head
Raphaël Vinot 2021-06-16 18:06:36 -07:00 committed by GitHub
parent 0f79d1479c
commit 73d4aba773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
git diff --quiet 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