Skip to content

Commit bf3ae82

Browse files
committed
fix paths
1 parent a397a57 commit bf3ae82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.drone.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,11 @@ steps:
55
- name: test
66
image: arduino/arduino-cli:drone-0.0.3
77
commands:
8-
- task test-legacy
8+
# Check if the Go code is properly formatted and run the linter
9+
- task check
10+
# Ensure protobufs compile
11+
- task protoc
12+
# Build and test
13+
- task build
14+
- task test
15+
- task test-legacy

0 commit comments

Comments
 (0)