matrix: platform: - linux/amd64 labels: platform: ${platform} steps: build: when: event: [push] image: alpine:latest commands: - apk update - apk add --no-cache bash build-base - make test: when: event: [push] image: alpine:latest commands: - apk update - apk add --no-cache bash - echo hier | ./bubblebabble | grep xipak-nynil-dedox