Skip to content

Commit

Permalink
update .goreleaser.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
siansiansu committed Oct 28, 2023
1 parent c626e01 commit 6b8ac50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ brews:
homepage: "https://github.com/siansiansu/go-xeno"
description: "A CLI tool designed for the Xeno-Canto Website"
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
test: |
assert_match "xeno version v1.0.0", shell_output("#{bin}/xeno --version")
# xeno use the args[0] as the search query for the xeno-canto website
# Since it is an empty we expect it to be invalid
assert_match 'please input the search query! Example: xeno "Taiwan blue magpie"', shell_output("#{bin}/xeno")
# test: |
# assert_match "xeno version v1.0.0", shell_output("#{bin}/xeno --version")
#
# # xeno use the args[0] as the search query for the xeno-canto website
# # Since it is an empty we expect it to be invalid
# assert_match 'please input the search query! Example: xeno "Taiwan blue magpie"', shell_output("#{bin}/xeno")
repository:
owner: siansiansu
name: homebrew-xeno
Expand Down

0 comments on commit 6b8ac50

Please sign in to comment.