Skip to content

Commit 7502d61

Browse files
committed
ci: Upload failed test screendumps in CI
Ported from Vim upstream
1 parent f40fc7d commit 7502d61

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci-macvim.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ jobs:
364364
timeout-minutes: 20
365365
run: make ${MAKE_BUILD_ARGS} test
366366

367+
- name: Upload failed test files
368+
if: ${{ !cancelled() && failure() }}
369+
uses: ./.github/actions/screendump
370+
367371
- name: Test Vim (GUI)
368372
timeout-minutes: 20
369373
run: |

0 commit comments

Comments
 (0)