2024-12-13 22:07:55 +00:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
branch: main
|
|
|
|
|
2024-03-17 10:27:09 +00:00
|
|
|
steps:
|
|
|
|
- name: build
|
2024-12-13 22:07:55 +00:00
|
|
|
image: debian
|
2024-03-17 10:27:09 +00:00
|
|
|
commands:
|
2024-12-13 22:07:55 +00:00
|
|
|
- echo "This is the build step"
|
|
|
|
- echo "binary-data-123" > executable
|
|
|
|
- name: a-test-step
|
|
|
|
image: golang:1.16
|
|
|
|
commands:
|
|
|
|
- echo "Testing ..."
|
|
|
|
- ./executable
|