test format

This commit is contained in:
Aeddis 2024-12-10 22:24:54 +01:00
parent 41f64fb2f1
commit b8bc7b5c12

View file

@ -1,7 +1,7 @@
---
when: when:
- event: push - event: push
branch: main branch: main
steps: steps:
- name: build - name: build
image: debian image: debian
@ -12,4 +12,4 @@ steps:
image: golang:1.16 image: golang:1.16
commands: commands:
- echo "Testing ..." - echo "Testing ..."
- ./executable - ./executable