Skip to content

Commit 8d80655

Browse files
committed
feat: Add library dependencies to CI configuration for I2C and NVS tests - for testing
1 parent ec5a245 commit 8d80655

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

tests/validation/i2c_master/ci.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
},
66
"requires": [
77
"CONFIG_SOC_I2C_SUPPORTED=y"
8+
],
9+
"libs": [
10+
"https://github.com/nonexisting/repo.git"
811
]
912
}

tests/validation/nvs/ci.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,8 @@
3838
},
3939
"platforms": {
4040
"qemu": false
41-
}
41+
},
42+
"libs": [
43+
44+
]
4245
}

0 commit comments

Comments
 (0)