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
# tests to ensure they compile independently
test-neovim:
group: test
image: alpine:latest
commands:
- ./.install/neovim.sh
- nvim -version
- nvim +checkhealth +qa
test-yadm:
group: test
image: alpine:latest
commands:
- ./.install/yadm.sh
- yadm
test-golang:
group: test
image: alpine:latest
commands:
- ./.install/golang.sh
- export PATH=/usr/local/go/bin:$PATH
- go version
test-node:
group: test
image: alpine:latest
commands:
- ./.install/node.sh
- node --version
test-kubectl:
group: test
image: alpine:latest
commands:
- ./.install/kubectl.sh
- kubectl version
test-jdk:
group: test
image: alpine:latest
commands:
- ./.install/jdk.sh