goss-org / goss

Quick and Easy server testing/validation
https://goss.rocks
Apache License 2.0
5.5k stars 470 forks source link

concat *.yml and test #807

Closed spham closed 1 year ago

spham commented 1 year ago

Do you think it's better to concatenate and test files with cat and goss or to use a rendering method instead?

For example:

cat *.yml > temp.yml
goss -g temp.yml v

regards

ripienaar commented 1 year ago

You need to use render method, concatenating yaml files dont really work.