Re-enable tmate debugging

This commit is contained in:
David Dworken 2023-09-02 18:17:16 -07:00
parent 9dafa40872
commit 9de10560a6
No known key found for this signature in database

View File

@ -61,8 +61,8 @@ jobs:
# Run the tests
make test
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true