Skip to content

Commit

Permalink
Try debug failure
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jun 26, 2024
1 parent 316980f commit e8c81a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8c81a0

Please sign in to comment.