mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-02 11:39:24 +01:00
Disable tmate session for failed docker compose tests
This commit is contained in:
parent
e3c70beb6b
commit
a711ed0767
10
.github/workflows/docker-compose-test.yml
vendored
10
.github/workflows/docker-compose-test.yml
vendored
@ -46,8 +46,8 @@ jobs:
|
||||
./hishtory export | grep "ls -Slah /"
|
||||
# Assert that the entry is syncing properly
|
||||
./hishtory status -v | grep 'Sync Status: Synced'
|
||||
- name: Setup tmate session
|
||||
if: ${{ failure() }}
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
with:
|
||||
limit-access-to-actor: true
|
||||
# - name: Setup tmate session
|
||||
# if: ${{ failure() }}
|
||||
# uses: mxschmitt/action-tmate@v3
|
||||
# with:
|
||||
# limit-access-to-actor: true
|
Loading…
Reference in New Issue
Block a user