From e8c81a02ac718f1ec1da6a039dfb61c62eb4db7b Mon Sep 17 00:00:00 2001 From: Lee Maguire Date: Wed, 26 Jun 2024 10:37:35 +0100 Subject: [PATCH] Try debug failure --- .github/workflows/cmake.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 0d1ee301..671dc228 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -74,6 +74,12 @@ jobs: working-directory: .build/cmake-preset-macos/tests/${{ matrix.configuration }}/ run: ./cpprealm_db_tests + - name: Open a tmate debug session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + timeout-minutes: 15 + - name: Flexible Sync Tests working-directory: .build/cmake-preset-macos/tests/${{ matrix.configuration }}/ run: ./cpprealm_sync_tests "~client_reset"