Skip to content

Commit

Permalink
TO-DROP: debug -13 with tmate
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho committed Dec 17, 2023
1 parent 021cc2c commit e67bb74
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,15 @@ jobs:
fail-fast: false
matrix:
n:
- nr: "-1"
run: 7238908981
- nr: "-2"
run: 7238908983
- nr: "-3"
run: 7238908982
- nr: "-4"
run: 7238908980
- nr: "-5"
run: 7238908995
- nr: "-6"
run: 7238908994
- nr: "-7"
run: 7238908992
- nr: "-8"
run: 7238908993
- nr: "-9"
run: 7238908997
- nr: "-10"
run: 7238908998
- nr: "-11"
run: 7238908999
- nr: "-12"
run: 7238908986
- nr: "-13"
run: 7238908991
concurrency:
group: windows-test-${{ matrix.n.nr }}-${{ github.ref }}
steps:
- name: debug with tmate
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: reuse `windows-artifacts`
shell: bash
run: |
Expand Down Expand Up @@ -95,7 +75,7 @@ jobs:
id: test
shell: bash
timeout-minutes: 240
run: . /etc/profile && ci/run-test-slice.sh 0 1
run: . /etc/profile && env >/tmp/env.txt && set >/tmp/set.txt && ci/run-test-slice.sh 0 1
- name: handle timed-out tests
if: failure() && steps.test.outcome == 'failure' && env.FAILED_TEST_ARTIFACTS == ''
shell: bash
Expand Down

0 comments on commit e67bb74

Please sign in to comment.