We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1866104 commit 525c73cCopy full SHA for 525c73c
.drone.yml
@@ -3,7 +3,7 @@ name: default
3
4
steps:
5
- name: test
6
- image: golang
+ image: arduino/arduino-cli:drone-0.0.0
7
commands:
8
- curl -sL https://taskfile.dev/install.sh | sh
9
- ./bin/task test TARGETS=$(go list ./... | grep -v /legacy/)
0 commit comments