when: branch: exclude: [ main ] steps: build: image: debian:bookworm commands: - apt update - rm -rf data/ - rm -rf in-progress - apt -yq install racket ca-certificates - yes Y | raco pkg install --no-docs csv-reading - raco exe sorrel.dev.rkt - raco distribute dist sorrel.dev a-test-step: image: debian:bookworm commands: - echo "Testing.."