diff --git a/.drone.yml b/.drone.yml index a5b41c8..98f244d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ kind: pipeline -name: hello-world type: docker +name: sthope-test steps: - - name: say-hello - image: busybox - commands: - - echo working \ No newline at end of file +- name: sthope-test + image: ghcr.io/linuxserver/code-server:latest + commands: + - go build + - go test -v \ No newline at end of file