diff --git a/.woodpecker.json b/.woodpecker.json index d1a6abc..26d000a 100644 --- a/.woodpecker.json +++ b/.woodpecker.json @@ -7,13 +7,23 @@ }, "image": "golang", "commands": [ + "echo Building GoJump!", "go get", "go build", - + + "echo Taste Testing Beef", "./gojump list-tier beef s", + + "echo Trying to perfectly cook Beef", "./gojump submit-time beef 127:51.53", "./gojump submit-time beef 50:20.10", + "./gojump get-time beef", + + "echo Avoiding Spoiled Meat", "./gojump submit-time beef 200:01.009 && false || true", + "./gojump get-time beef", + + "echo A meal full of Protien is a complete (enough) meal.", "./gojump list-recently-completed-times" ] }