mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix: pin ggsrun version in gh-r z-unit test
Latest version `[v2.0.1](https://github.com/tanaikech/ggsrun/releases/tag/v2.0.1)` has no assets.
This commit is contained in:
parent
21c3b55d96
commit
9f677989e8
|
|
@ -231,7 +231,7 @@
|
|||
$gf --version; assert $state equals 0
|
||||
}
|
||||
@test 'ggsrun' { # This is a CLI tool to execute Google Apps Script (GAS) at own terminal on local PC. Also this CLI tool can be used for managing files in Google Drive for OAuth2 and Service Account
|
||||
run zinit lbin'!* -> ggsrun' for @tanaikech/ggsrun; assert $state equals 0
|
||||
run zinit lbin'!* -> ggsrun' ver'v2.0.0' for @tanaikech/ggsrun; assert $state equals 0
|
||||
local git_sizer="$ZBIN/ggsrun"; assert "$git_sizer" is_executable
|
||||
$git_sizer --version; assert $state equals 0
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue