From 64cd97fc834967f363495bae35bd06d6b764b582 Mon Sep 17 00:00:00 2001 From: Zach Wasserman Date: Tue, 28 Feb 2023 19:23:52 -0600 Subject: [PATCH] Remove debug on failure from integration test action (#10202) This would cause the job to take much longer to report a failure. Instead, just add this line if debugging is necessary. --- .github/workflows/integration.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7eb2f1ffd3..c25b105d97 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -287,10 +287,6 @@ jobs: name: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi path: orbit-${{ matrix.orbit-channel }}-osqueryd-${{ matrix.osqueryd-channel }}.msi - - name: Debug on failure - if: failure() - uses: mxschmitt/action-tmate@8b4e4ac71822ed7e0ad5fb3d1c33483e9e8fb270 # v3 - orbit-windows: timeout-minutes: 15 strategy: