1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-07-10 01:17:31 +02:00

Remove tmate

This commit is contained in:
David Dworken
2022-11-09 16:16:14 -08:00
parent 21a7a48afb
commit e81548dd1b

@ -33,8 +33,8 @@ jobs:
sudo hostname ghaction-runner-hostname || true # Set a consistent hostname so we can run tests that depend on it sudo hostname ghaction-runner-hostname || true # Set a consistent hostname so we can run tests that depend on it
sudo scutil --set HostName ghaction-runner-hostname || true sudo scutil --set HostName ghaction-runner-hostname || true
make test make test
- 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