From f1ad5149e497b5c49f585b421819470b9c711089 Mon Sep 17 00:00:00 2001 From: Dominik Kohler Date: Tue, 27 Feb 2024 17:00:42 +0100 Subject: [PATCH] better test coverage --- .github/workflows/test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4072402..5f62dfd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -152,11 +152,8 @@ jobs: echo "test_path=/IsSet" >> "$GITHUB_PATH" echo "test_output=IsSet" >> "$GITHUB_OUTPUT" - echo "### Step summary worked! :rocket:" >> "$GITHUB_STEP_SUMMARY" - test.sh contains "$(cat $GITHUB_STEP_SUMMARY)" worked echo "test_state=IsSet" >> "$GITHUB_STATE" - test.sh contains "$STATE_test_state" worked - + echo "### Step summary worked! :rocket:" >> "$GITHUB_STEP_SUMMARY" - name: "Validate Test: Setting Environment Files (env, output, summary, path)" run: | test.sh equal "$test_env" "IsSet"