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 54de541
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ jobs:
RELEASE: trixie
DEBOOTSTRAP: debootstrap


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

- run: ./tests/gha-b2b-diff.sh test
name: "Diff built images"
env:
Expand All @@ -134,3 +142,4 @@ jobs:
name: b2b-diff
if-no-files-found: error
path: diff.txt

0 comments on commit 54de541

Please sign in to comment.