Skip to content

Commit 3aa3629

Browse files
BrewTestBotdaeho-ro
authored andcommitted
minder 0.1.0
1 parent e5ad37c commit 3aa3629

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/m/minder.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Minder < Formula
22
desc "CLI for interacting with Stacklok's Minder platform"
33
homepage "https://mindersec.github.io/"
4-
url "https://github.com/mindersec/minder/archive/refs/tags/v0.0.89.tar.gz"
5-
sha256 "8cc2ecfd5730d6718d8ffd54b4557aed84f2aa36d524783767345018341c1b84"
4+
url "https://github.com/mindersec/minder/archive/refs/tags/v0.1.0.tar.gz"
5+
sha256 "278b9cf8293616c511b86da95c90358fa11bfef09bd5339c9914d4dad027d9e6"
66
license "Apache-2.0"
77
head "https://github.com/mindersec/minder.git", branch: "main"
88

@@ -28,9 +28,9 @@ def install
2828
end
2929

3030
test do
31-
assert_match version.to_s, shell_output("#{bin}/minder version")
31+
assert_match version.to_s, shell_output("#{bin}/minder version 2>&1")
3232

33-
output = shell_output("#{bin}/minder artifact list -p github 2>&1", 16)
34-
assert_match "No config file present, using default values", output
33+
# All the cli action trigger to open github authorization page,
34+
# so we cannot test them directly.
3535
end
3636
end

0 commit comments

Comments
 (0)