Skip to content

Commit

Permalink
run tmate after transcripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aryairani authored Feb 28, 2025
1 parent 95bd198 commit 40cb4b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ jobs:
${{env.transcripts}}
# Fail if any transcripts cause git diffs.
git diff --ignore-cr-at-eol --exit-code unison-src/transcripts
- name: setup tmate session
if: always()
uses: mxschmitt/action-tmate@v3
- name: shell-based regression tests
if: steps.cache-transcript-test-results.outputs.cache-hit != 'true' && runner.os == 'linux'
run: |
Expand Down

0 comments on commit 40cb4b0

Please sign in to comment.