Skip to content

Commit 5ca4161

Browse files
authored
Merge pull request #1507 from ychin/ci-upload-screendump
ci: Upload failed test screendumps in CI
2 parents f40fc7d + 7502d61 commit 5ca4161

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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)