From 7a77800965e606cc59ff464f085080abc80ca474 Mon Sep 17 00:00:00 2001 From: cheese3660 Date: Sun, 14 Jan 2024 00:14:16 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb929b4..70e9c39 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: ./PremonitionPreTester $result=$(cat result) popd - if [ "$result" == "SUCCESS" ] then + if [ "$result" == "SUCCESS" ]; then echo "Tests ran successfully" else echo "Tests failed"