mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-30 04:05:36 +01:00
Remove tmate
This commit is contained in:
parent
21a7a48afb
commit
e81548dd1b
10
.github/workflows/go-test.yml
vendored
10
.github/workflows/go-test.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user