Add tmate for debugging darwin attestation failures

This commit is contained in:
David Dworken 2023-11-05 18:24:52 -08:00
parent 19ee1816be
commit 222340a97c
No known key found for this signature in database

View File

@ -215,4 +215,9 @@ jobs:
run: |
go build; ./hishtory install
python3 scripts/actions-validate.py
# TODO: Run validation using hishtory built at HEAD too
# TODO: Run validation using hishtory built at HEAD too
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true