Updated test

This commit is contained in:
Eduard Urbach 2019-09-11 09:11:06 +09:00
parent 370273fa27
commit 19ed32d0fd
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -5,15 +5,10 @@ steps:
- name: test
image: golang
environment:
NVM_DIR: /tmp/.nvm
ARN_ROOT: /drone/src
commands:
- go version
- mkdir $NVM_DIR
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
- chmod +x $NVM_DIR/nvm.sh
- $NVM_DIR/nvm.sh
- nvm install node
- apt-get install nodejs npm
- npm install -g typescript
- go mod download
- make tools