Skip to content

Commit 1fecba7

Browse files
committed
Log/error-out value of GITHUB_ACTIONS
1 parent bb58a2a commit 1fecba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/units/autoload_proompter_callback_prompt.vader

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Execute (proompter#callback#prompt#EncodeImagesFromFilePaths -- Reads and encode
55
let file_path = '/tmp/checkerboard.png'
66

77
" TODO: Maybe also inspect `/etc/os-release`
8+
echoe "system('echo $GITHUB_ACTIONS') ->" system('echo $GITHUB_ACTIONS')
89
if system('echo $GITHUB_ACTIONS') == 'true'
910
call system("convert -size 1x1 'xc:rgb(0,0,0)' " . file_path)
1011
else

0 commit comments

Comments
 (0)