ci: disable navi gh-r test on mac os (#702)

This commit is contained in:
Philipp Schmitt 2025-02-18 17:50:58 +01:00 committed by GitHub
parent 3186c68346
commit 091ddfeee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -582,6 +582,7 @@
run $moonwalk --version; assert $state equals 0
}
@test 'navi' { # An interactive cheatsheet tool for the command-line
[[ $OSTYPE =~ 'darwin*' ]] && skip "skipped on $os_type"
run zinit lbin'!* -> navi' for @denisidoro/navi; assert $state equals 0
local navi="$ZBIN/navi"; assert "$navi" is_executable
run $navi --version; assert $state equals 0