2024-12-13 20:45:38 +00:00
|
|
|
nch: main
|
|
|
|
|
2024-03-17 11:06:46 +00:00
|
|
|
steps:
|
2024-12-13 20:45:38 +00:00
|
|
|
- name: build
|
|
|
|
image: debian
|
2024-04-28 10:51:54 +00:00
|
|
|
commands:
|
2024-12-13 20:45:38 +00:00
|
|
|
- echo "This is the build step"
|
|
|
|
- echo "binary-data-123" > executable
|
|
|
|
- name: a-test-step
|
|
|
|
image: golang:1.16
|
2024-06-07 17:03:09 +00:00
|
|
|
commands:
|
2024-12-13 20:45:38 +00:00
|
|
|
- echo "Testing ..."
|
|
|
|
- ./executable
|