From 0cdd0626616725825e1a3a6d982d1eb497e8e97e Mon Sep 17 00:00:00 2001 From: EncodedVenom Date: Sat, 13 Jul 2024 19:59:11 -0400 Subject: [PATCH] Combine steps --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e165fd0..bb8baee 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,16 +25,12 @@ jobs: run: | output=$(./luau tests/world.luau) echo "$output" - echo "COMMAND_OUTPUT=$output" >> $GITHUB_ENV - - - name: Check Unit Tests - run: | if [[ "$COMMAND_OUTPUT" == *"0 fails"* ]]; then echo "Unit Tests Passed" else echo "Error: One or More Unit Tests Failed." exit 1 - fi + fi - name: Cleanup Luau Binaries run: rm luau && rm luau-analyze && rm luau-compile && rm luau-ubuntu.zip && rm luau-link.txt