Update '.drone.yml'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
sthope 2021-09-01 23:00:58 +02:00
parent 083938fbc6
commit 15339c6ec4

View File

@ -1,9 +1,10 @@
kind: pipeline
name: hello-world
type: docker
name: sthope-test
steps:
- name: say-hello
image: busybox
commands:
- echo working
- name: sthope-test
image: ghcr.io/linuxserver/code-server:latest
commands:
- go build
- go test -v