Skip to content

Commit

Permalink
TEMP: add tmate debug
Browse files Browse the repository at this point in the history
  • Loading branch information
zeha committed Feb 7, 2024
1 parent 042c5ea commit 4c58a6b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,17 @@ jobs:
env:
RELEASE: unstable

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 45
with:
limit-access-to-actor: true

- name: Archive VM test results
uses: actions/upload-artifact@v3
with:
name: b2b-diff
if-no-files-found: error
path: diff.txt

0 comments on commit 4c58a6b

Please sign in to comment.