Update '.drone.yml' #6

Merged
ShankarMounesh merged 1 commits from shankarmounesh-patch-2 into master 2022-04-23 09:45:46 +00:00
+2 -8
View File
@@ -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