when: branch: exclude: [ main ] steps: build: image: debian:bookworm commands: - echo "This is the build step" - rm -rf sorrel || true - raco cross --target x86_64-linux exe sorrel.dev.rkt - raco cross --target x86_64-linux dist sorrel sorrel.dev - ls a-test-step: image: debian:bookworm commands: - echo "Testing.."