Skip to content

Commit

Permalink
tests: remove debug output
Browse files Browse the repository at this point in the history
These are no longer needed.
  • Loading branch information
carlocab committed Apr 18, 2023
1 parent fd30058 commit 7fdb1e8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,6 @@ jobs:

- run: brew test-bot --only-tap-syntax

- name: Dump merge_group env
if: github.event_name != 'pull_request'
run: |
echo '```' >> "$GITHUB_STEP_SUMMARY"
env | grep -Eiv 'token|key|secret' | tee -a "$GITHUB_STEP_SUMMARY"
echo '```' >> "$GITHUB_STEP_SUMMARY"
- name: Show contents of `GITHUB_EVENT_PATH`
run: |
echo '```' >> "$GITHUB_STEP_SUMMARY"
jq . < "$GITHUB_EVENT_PATH" | tee -a "$GITHUB_STEP_SUMMARY"
echo '```' >> "$GITHUB_STEP_SUMMARY"
formulae_detect:
if: github.repository_owner == 'Homebrew' && github.event_name != 'push'
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 7fdb1e8

Please sign in to comment.