maren/add-ci #2

Closed
maren wants to merge 21 commits from maren/add-ci into main
Showing only changes of commit 2b37faf832 - Show all commits

View file

@ -3,10 +3,10 @@ when:
exclude: [ main ] exclude: [ main ]
steps: steps:
build: build:
image: debian image: debian:bookworm
commands: commands:
- echo "This is the build step" - echo "This is the build step"
a-test-step: a-test-step:
image: debian image: debian:bookworm
commands: commands:
- echo "Testing.." - echo "Testing.."