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:
vladislav doster 2023-03-10 00:08:33 -06:00 committed by GitHub
parent 21c3b55d96
commit 9f677989e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}