Merge pull request 'Update '.drone.yml'' (#6) from shankarmounesh-patch-2 into master
continuous-integration/drone Build is passing
continuous-integration/drone Build is passing
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
+2
-8
@@ -3,14 +3,8 @@ type: docker
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: backend
|
|
||||||
image: golang
|
|
||||||
commands:
|
|
||||||
- go build
|
|
||||||
- go test
|
|
||||||
|
|
||||||
- name: frontend
|
- name: frontend
|
||||||
image: node
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- apk add curl
|
||||||
- npm run test
|
|
||||||
Reference in New Issue
Block a user