woodpecker test 2

This commit is contained in:
Rolf Martin Glomsrud 2024-08-03 23:18:04 +02:00
parent d57ed2986f
commit b208dbcc9d

View file

@ -4,12 +4,9 @@ when:
steps: steps:
- name: build - name: build
image: debian image: node
commands: commands:
- echo "This is the build step" - npm install
- echo "binary-data-123" > executable - npm run build
- name: a-test-step - apk add --no-cache rsync
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable