1
0
Fork 0

Enable parallel tests

main
Ambrose Chua 2018-04-02 13:25:33 +08:00
parent b065d04dc2
commit d1171af171
1 changed files with 6 additions and 0 deletions

View File

@ -8,33 +8,39 @@ pipeline:
- latest - latest
# tests to ensure they compile independently # tests to ensure they compile independently
test-neovim: test-neovim:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/neovim.sh - ./.install/neovim.sh
- nvim -version - nvim -version
- nvim +checkhealth +qa - nvim +checkhealth +qa
test-yadm: test-yadm:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/yadm.sh - ./.install/yadm.sh
- yadm - yadm
test-golang: test-golang:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/golang.sh - ./.install/golang.sh
- export PATH=/usr/local/go/bin:$PATH - export PATH=/usr/local/go/bin:$PATH
- go version - go version
test-node: test-node:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/node.sh - ./.install/node.sh
- node --version - node --version
test-kubectl: test-kubectl:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/kubectl.sh - ./.install/kubectl.sh
- kubectl version - kubectl version
test-jdk: test-jdk:
group: test
image: alpine:latest image: alpine:latest
commands: commands:
- ./.install/jdk.sh - ./.install/jdk.sh