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:
- name: build
image: debian
image: node
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.16
commands:
- echo "Testing ..."
- ./executable
- npm install
- npm run build
- apk add --no-cache rsync