test/build.yml
2024-04-05 08:37:05 +00:00

5 lines
93 B
YAML

image: alpine/edge
tasks:
- say-hello: |
echo hello
- say-world: echo world4