when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "This is the build step"
- echo "echo Foo" > executable
- chmod a+x executable
- name: a-test-step
- echo "Testing ..."
- ./executable