Display diff change

This commit is contained in:
Marc Di Luzio 2020-07-07 13:08:33 +01:00 committed by GitHub
parent c66e61921f
commit a1b79a8df5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ jobs:
rm -f $PROTOC_ZIP rm -f $PROTOC_ZIP
make gen make gen
git update-index --refresh git update-index --refresh
git diff-index --quiet HEAD git diff-index --quiet HEAD || (git diff; exit 1)
- name: Build and Test - name: Build and Test
run: make test run: make test