mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-17 02:50:49 +01:00
Enable tmate for docker-compose test debugging
This commit is contained in:
parent
519a7ba706
commit
82d311e3e7
6
.github/workflows/docker-compose-test.yml
vendored
6
.github/workflows/docker-compose-test.yml
vendored
@ -15,7 +15,6 @@ jobs:
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
# - uses: mxschmitt/action-tmate@v3
|
||||
- name: Docker Compose setup
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: |
|
||||
@ -44,3 +43,8 @@ jobs:
|
||||
./hishtory query
|
||||
# Check that hishtory export recorded the above ls command
|
||||
./hishtory export | grep "ls -Slah /"
|
||||
- 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