maren/add-ci #3
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@ when:
|
|||
exclude: [ main ]
|
||||
steps:
|
||||
build:
|
||||
image: debian
|
||||
image: debian:bookworm
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: debian
|
||||
image: debian:bookworm
|
||||
commands:
|
||||
- echo "Testing.."
|
||||
|
|
Loading…
Reference in a new issue