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 - name: test
image: golang image: golang
environment: environment:
NVM_DIR: /tmp/.nvm
ARN_ROOT: /drone/src ARN_ROOT: /drone/src
commands: commands:
- go version - go version
- mkdir $NVM_DIR - apt-get install nodejs npm
- 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
- npm install -g typescript - npm install -g typescript
- go mod download - go mod download
- make tools - make tools