Skip to content

Commit

Permalink
Add tmate action
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 30, 2024
1 parent 4f47aab commit 4083a7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ jobs:
- run: $SETARCH make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}



- run: $SETARCH make

- run: |
Expand Down Expand Up @@ -190,6 +188,9 @@ jobs:
PRECHECK_BUNDLED_GEMS: 'no'
RUBY_GC_LIBRARY: 'librubygc.${{ matrix.gc_name }}.so'

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: make skipped tests
run: |
$SETARCH make -s test-all TESTS="${TESTS//-n!\//-n/}"
Expand Down

0 comments on commit 4083a7f

Please sign in to comment.