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: with:
name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }} name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }}
path: /tmp/goldens-used.txt path: /tmp/goldens-used.txt
- name: Setup tmate session
# - name: Setup tmate session if: ${{ failure() }}
# if: ${{ failure() }} uses: mxschmitt/action-tmate@v3
# uses: mxschmitt/action-tmate@v3 with:
# with: limit-access-to-actor: true
# limit-access-to-actor: true
check-goldens: check-goldens:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test needs: test