Skip to content

Commit

Permalink
and put it before the failing check
Browse files Browse the repository at this point in the history
  • Loading branch information
eightbitraptor committed Sep 30, 2024
1 parent 4083a7f commit d09be13
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ jobs:
srcdir: src
continue-on-error: true


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

- name: make ${{ matrix.test_task }}
run: >-
$SETARCH make -s ${{ matrix.test_task }}
Expand All @@ -188,9 +192,6 @@ 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 d09be13

Please sign in to comment.