lubitest/actions/sleep-one/entrypoint.sh
lubiana 5afd9d61e1
Some checks failed
/ debug (push) Failing after 28s
test
2024-12-13 13:11:56 +01:00

6 lines
40 B
Bash

#!/bin/sh
echo 'hello'
sleep 3
exit 0