From 108748ba534e959be0ea3bec4939adfde90d1a96 Mon Sep 17 00:00:00 2001 From: Kris Thielemans Date: Tue, 13 Feb 2024 11:11:27 +0000 Subject: [PATCH] [GHA] move tmate before recon_test_pack --- .github/workflows/build-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 8c3944f811..5f5a58fd54 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -354,6 +354,12 @@ jobs: # execute tests ctest --output-on-failure -C ${BUILD_TYPE} ${EXCLUDE} + # Enable tmate debugging of manually-triggered workflows if the input option was provided + - name: Setup tmate session if triggered + uses: mxschmitt/action-tmate@v3 + timeout-minutes: 15 + if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled == 'true' }} + - name: recon_test_pack shell: bash env: @@ -388,12 +394,6 @@ jobs: ${{ github.workspace }}/recon_test_pack/**/my_*s retention-days: 7 - # Enable tmate debugging of manually-triggered workflows if the input option was provided - - name: Setup tmate session if triggered - uses: mxschmitt/action-tmate@v3 - timeout-minutes: 15 - if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled == 'true' }} - - name: examples shell: bash run: |