From cdff5513846b9cc73136252bddb37286b2785317 Mon Sep 17 00:00:00 2001 From: DanielNoord Date: Sun, 31 Jan 2021 21:36:23 +0100 Subject: [PATCH] Update CheckMainFile.yml --- .github/workflows/CheckMainFile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CheckMainFile.yml b/.github/workflows/CheckMainFile.yml index f1dff26..cf25dac 100644 --- a/.github/workflows/CheckMainFile.yml +++ b/.github/workflows/CheckMainFile.yml @@ -8,7 +8,7 @@ jobs: - name: Check if CookieMonster.js is built correctly run: | cat ./src/Header.js ./src/Cache.js ./src/Config.js ./src/Data.js ./src/Disp.js ./src/Main.js ./src/Sim.js ./src/Footer.js > CookieMonsterTest.js - if cmp -s CookieMonster.js CookieMonsterTest.js; then + if cmp CookieMonster.js CookieMonsterTest.js; then echo '### SUCCESS: CookieMonster is correctly built! ###' 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? ###'