Update nosetests.yml

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

View File

@ -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