Skip to content

Commit

Permalink
comment until bug issue solved in goss
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Jan 30, 2024
1 parent f7a374c commit 60b3767
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions goss/goss-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,15 @@ command:
exec: node --version
exit-status: 0
stdout:
and:
- 18.18.2
- not: 'Please install a version by running one of the following'
- 18.18.2
# and:
# - contain: 18.18.2
# - not: 'Please install a version by running one of the following'
npm:
exec: npm --version
exit-status: 0
stdout:
- not: 'No preset version installed for command npm'
# stdout:
# - not: 'No preset version installed for command npm'
packer:
exec: packer -v
exit-status: 0
Expand Down

0 comments on commit 60b3767

Please sign in to comment.