Radish alpha
r
Radicle CI broker
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci-broker.md: verify that event is processed and run is inserted
Lars Wirzenius committed 1 year ago
commit 8850f18a7564cec10846dc748f588cdafdacae88
parent 70538ba31bb07bc42d41e95790bb5d659ac9a81d
1 file changed +3 -1
modified ci-broker.md
@@ -660,8 +660,10 @@ then stderr contains "Action: run:"
then stderr contains "Action: shutdown"

when I run cibtool --db ci-broker.db event list
+
then stdout is exactly ""
+

when I run cibtool --db ci-broker.db run list
-
then stdout is exactly "Paracelsus"
+
then stdout contains "Success"
~~~