Remove tmate

This commit is contained in:
David Dworken 2022-11-16 20:43:29 -08:00
parent cb38bb1281
commit 0cd7d2e4a4
No known key found for this signature in database

View File

@ -32,8 +32,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