kind: pipeline name: default steps: - name: test image: swift:4.2 commands: - swift build - swift test