Add tmate for debugging

This commit is contained in:
David Dworken 2024-09-15 19:29:23 -07:00
parent b47c345300
commit 3987b355ea
No known key found for this signature in database

View File

@ -105,12 +105,11 @@ jobs:
with:
name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }}
path: /tmp/goldens-used.txt
# - 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
check-goldens:
runs-on: ubuntu-latest
needs: test