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.
This commit is contained in:
Zach Wasserman 2023-02-28 19:23:52 -06:00 committed by GitHub
parent 0ef74017ea
commit 64cd97fc83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: