mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Enable tmate for docker-compose test debugging
This commit is contained in:
parent
519a7ba706
commit
82d311e3e7
8
.github/workflows/docker-compose-test.yml
vendored
8
.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: |
|
||||
@ -43,4 +42,9 @@ jobs:
|
||||
# Check that hishtory query runs without errors
|
||||
./hishtory query
|
||||
# Check that hishtory export recorded the above ls command
|
||||
./hishtory export | grep "ls -Slah /"
|
||||
./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