Update CheckMainFile.yml

This commit is contained in:
DanielNoord
2021-01-31 21:31:03 +01:00
committed by GitHub
parent 3e4b9a0dd3
commit e2afebe1c8

View File

@@ -11,6 +11,6 @@ jobs:
if cmp -s CookieMonster.js CookieMonsterTest.js; then if cmp -s CookieMonster.js CookieMonsterTest.js; then
echo '### SUCCESS: CookieMonster is correctly built! ###' echo '### SUCCESS: CookieMonster is correctly built! ###'
else else
echo ### WARNING: CookieMonster.js does not seem to be correct. Have you compiled the source files into the final file using either of the combine files? ### echo '### WARNING: CookieMonster.js does not seem to be correct. Have you compiled the source files into the final file using either of the combine files? ###'
exit 1 exit 1
fi fi