Skip to content

Commit

Permalink
ci: debug via SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi committed Apr 8, 2024
1 parent 52d9851 commit 23ca365
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,14 @@ jobs:
- name: Test zhlipsum
run: |
export PATH=/tmp/texlive/bin/x86_64-linux:$PATH
l3build check -q -H
cat ./build/test/compilation-big5.pdftex.log
l3build check -q # -H
# cat ./build/test/compilation-big5.pdftex.log
- name: Debug via SSH
if: failure()
timeout-minutes: 15
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true

build-macos:
runs-on: macos-latest
Expand Down

0 comments on commit 23ca365

Please sign in to comment.