Update '.drone.yml'
This commit is contained in:
+2
-8
@@ -3,14 +3,8 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: backend
|
||||
image: golang
|
||||
commands:
|
||||
- go build
|
||||
- go test
|
||||
|
||||
- name: frontend
|
||||
image: node
|
||||
image: alpine
|
||||
commands:
|
||||
- npm install
|
||||
- npm run test
|
||||
- apk add curl
|
||||
Reference in New Issue
Block a user