Shorten delay and remove tmate

This commit is contained in:
David Dworken 2023-11-08 18:58:34 -08:00
parent f7b662e7f4
commit c802537cb7
No known key found for this signature in database

View File

@ -121,14 +121,9 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v2
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true
- name: Extra Sleep
run: |
sleep 300
sleep 60
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
name: hishtory-darwin-arm64
@ -228,8 +223,3 @@ jobs:
go build; ./hishtory install
python3 scripts/actions-validate.py
# TODO: Run validation using hishtory built at HEAD too
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
detached: true