Skip to content

Commit

Permalink
Merge pull request macvim-dev#1507 from ychin/ci-upload-screendump
Browse files Browse the repository at this point in the history
ci: Upload failed test screendumps in CI
  • Loading branch information
ychin authored Oct 29, 2024
2 parents f40fc7d + 7502d61 commit 5ca4161
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-macvim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,10 @@ jobs:
timeout-minutes: 20
run: make ${MAKE_BUILD_ARGS} test

- name: Upload failed test files
if: ${{ !cancelled() && failure() }}
uses: ./.github/actions/screendump

- name: Test Vim (GUI)
timeout-minutes: 20
run: |
Expand Down

0 comments on commit 5ca4161

Please sign in to comment.