Skip to content

Commit 6bbcf5a

Browse files
committed
Manually create test image file
1 parent f8cea66 commit 6bbcf5a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
git clone https://github.com/junegunn/vader.vim.git
5555
popd
5656
57+
- name: Check image magick can write file
58+
run: |
59+
magick -size 1x1 'xc:rgb(0,0,0)' /tmp/checkerboard.png
60+
ls -ahl /tmp/checkerboard.png
61+
5762
- name: Test units
5863
run: |
5964
scripts/vader-run-tests.sh --test units --cicd > /dev/null

0 commit comments

Comments
 (0)