From 7fdb1e8117a6336ed0e1ae3483c1879b24ac1f4a Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Tue, 18 Apr 2023 16:15:12 +0800 Subject: [PATCH] tests: remove debug output These are no longer needed. --- .github/workflows/tests.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f50a14fc880eb..933fd7b347d45 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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