...
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Imbus 2024-12-25 19:37:30 +01:00
parent 06a5b53bd9
commit 5fd22f005a

View file

@ -6,7 +6,7 @@ steps:
- name: build - name: build
image: debian image: debian
commands: commands:
- sudo apt install libcmocka-dev - apt install libcmocka-dev
- echo "echo hello" > executable.sh - echo "echo hello" > executable.sh
- chmod +x executable.sh - chmod +x executable.sh
- name: a-test-step - name: a-test-step