mirror of https://github.com/actions/cache.git
Update workflow.yml
This commit is contained in:
parent
95a6938461
commit
1d017f8241
|
@ -51,7 +51,7 @@ jobs:
|
|||
npm run build
|
||||
if [ "$(git status --porcelain | wc -l)" -gt "0" ]; then
|
||||
echo "Detected uncommitted changes after build. See status below:"
|
||||
git status
|
||||
git diff
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue