kind: pipeline name: default steps: - name: test image: crystallang/crystal:latest-alpine environment: commands: - make deps - make build - make test