9 lines
173 B
YAML
9 lines
173 B
YAML
- type: serial
|
|
steps:
|
|
- name: test
|
|
service: build
|
|
command: ./test.sh
|
|
- name: codecov
|
|
service: build
|
|
command: bash -c "curl -s https://codecov.io/bash"
|