Added missing dgoss installation
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Marcin-Ramotowski 2025-05-25 20:09:14 +00:00
parent 1e54ba614a
commit cefb8eba4d

View File

@ -33,7 +33,8 @@ steps:
- echo "===> Installing goss" - echo "===> Installing goss"
- wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss - wget https://github.com/aelsabbahy/goss/releases/latest/download/goss-linux-amd64 -O goss
- chmod +x goss - wget https://github.com/aelsabbahy/goss/releases/latest/download/dgoss -O dgoss
- chmod +x *goss
- echo "===> Starting container for test" - echo "===> Starting container for test"
- export GOSS_OPTS="-f junit" - export GOSS_OPTS="-f junit"