Skip to content

Commit 6aa676e

Browse files
committed
feat: Add libraries section to CI configuration for UART validation tests
1 parent c631b3b commit 6aa676e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/validation/uart/ci.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
22
"platforms": {
33
"qemu": false
4-
}
4+
},
5+
"libs": [
6+
7+
"https://github.com/arduino-libraries/WiFi101.git"
8+
]
59
}

0 commit comments

Comments
 (0)