Skip to content

Commit

Permalink
Don't test strict components versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Dec 2, 2024
1 parent 4cb511c commit 8857656
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions lazy.ansible/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,26 +50,26 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.17"
- "/\\d+\\.\\d+/"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 4.1.0
- "/gomplate version \\d+\\.\\d+\\.\\d+/"
# Direnv
direnv --version:
exit-status: 0
stdout:
- 2.34.0
- "/\\d+\\.\\d+\\.\\d+/"
# Jq
jq --version:
exit-status: 0
stdout:
- jq-1.7.1
- "/jq-\\d+\\.\\d+\\.\\d+/"
# Yq
yq --version:
exit-status: 0
stdout:
- yq (https://github.com/mikefarah/yq/) version v4.44.3
- "/yq \\(https://github.com/mikefarah/yq/\\) version v\\d+\\.\\d+\\.\\d+/"
# Goss
goss --version:
exit-status: 0
Expand Down
10 changes: 5 additions & 5 deletions lazy.kubernetes/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,26 +36,26 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.17"
- "/\\d+\\.\\d+/"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 4.1.0
- "/gomplate version \\d+\\.\\d+\\.\\d+/"
# Direnv
direnv --version:
exit-status: 0
stdout:
- 2.34.0
- "/\\d+\\.\\d+\\.\\d+/"
# Jq
jq --version:
exit-status: 0
stdout:
- jq-1.7.1
- "/jq-\\d+\\.\\d+\\.\\d+/"
# Yq
yq --version:
exit-status: 0
stdout:
- yq (https://github.com/mikefarah/yq/) version v4.44.3
- "/yq \\(https://github.com/mikefarah/yq/\\) version v\\d+\\.\\d+\\.\\d+/"
# Goss
goss --version:
exit-status: 0
Expand Down
10 changes: 5 additions & 5 deletions lazy.symfony/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@ command:
gosu --version:
exit-status: 0
stdout:
- "1.17"
- "/\\d+\\.\\d+/"
gomplate --version:
exit-status: 0
stdout:
- gomplate version 4.1.0
- "/gomplate version \\d+\\.\\d+\\.\\d+/"
# Direnv
direnv --version:
exit-status: 0
stdout:
- 2.34.0
- "/\\d+\\.\\d+\\.\\d+/"
# Jq
jq --version:
exit-status: 0
stdout:
- jq-1.7.1
- "/jq-\\d+\\.\\d+\\.\\d+/"
# Yq
yq --version:
exit-status: 0
stdout:
- yq (https://github.com/mikefarah/yq/) version v4.44.3
- "/yq \\(https://github.com/mikefarah/yq/\\) version v\\d+\\.\\d+\\.\\d+/"
# Goss
goss --version:
exit-status: 0
Expand Down

0 comments on commit 8857656

Please sign in to comment.