From 5d06746b814e729fbb8c7a9d0d9f0dbd621519f4 Mon Sep 17 00:00:00 2001 From: Rebekah Date: Wed, 19 Jun 2024 09:30:45 -0400 Subject: [PATCH] more test fine tuning --- .woodpecker.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" ] }