mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Add tmate for debugging
This commit is contained in:
parent
b47c345300
commit
3987b355ea
11
.github/workflows/go-test.yml
vendored
11
.github/workflows/go-test.yml
vendored
@ -105,12 +105,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }}
|
name: goldens-used-${{ matrix.os }}-${{ matrix.test_shard }}
|
||||||
path: /tmp/goldens-used.txt
|
path: /tmp/goldens-used.txt
|
||||||
|
- 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
|
|
||||||
check-goldens:
|
check-goldens:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: test
|
needs: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user