mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-13 00:50:22 +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 /"
|
./hishtory export | grep "ls -Slah /"
|
||||||
# Assert that the entry is syncing properly
|
# Assert that the entry is syncing properly
|
||||||
./hishtory status -v | grep 'Sync Status: Synced'
|
./hishtory status -v | grep 'Sync Status: Synced'
|
||||||
- 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