mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
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:
parent
0ef74017ea
commit
64cd97fc83
1 changed files with 0 additions and 4 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue