Update '.drone.yml'

This commit is contained in:
2022-04-23 09:45:33 +00:00
parent af862d291c
commit 7869855b78
+2 -8
View File
@@ -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