Skip to content

Commit

Permalink
better test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlerdominik committed Feb 27, 2024
1 parent b43875c commit f1ad514
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f1ad514

Please sign in to comment.