Update '.drone.yml'

This commit is contained in:
2022-04-23 09:32:03 +00:00
parent 4791894b88
commit 22ab72f603
+9 -21
View File
@@ -1,28 +1,16 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: en name: default
steps: steps:
- name: greeting - name: backend
image: alpine image: golang
commands: commands:
- echo hello world - go build
- go test
trigger: - name: frontend
event: image: node
- push
---
kind: pipeline
type: docker
name: fr
steps:
- name: greeting
image: alpine
commands: commands:
- echo bonjour monde - npm install
- npm run test
trigger:
event:
- pull_request