mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 19:49:33 +01:00
Disable tmate session for Github Actions
This commit is contained in:
parent
eba27e7721
commit
4e93727dd0
10
.github/workflows/go-test.yml
vendored
10
.github/workflows/go-test.yml
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user