Skip to content

Commit bf84452

Browse files
committed
enable google and azure example application tests in ci
1 parent 4e121a7 commit bf84452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/cloud_examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"exporters": [],
2828
"compile" : true,
2929
"export": true,
30-
"test" : false,
30+
"test" : true,
3131
"baud_rate": 115200,
3232
"compare_log": ["mbed-os-example-for-azure/tests/azure.log"],
3333
"auto-update" : true
@@ -43,7 +43,7 @@
4343
"exporters": [],
4444
"compile" : true,
4545
"export": true,
46-
"test" : false,
46+
"test" : true,
4747
"baud_rate": 115200,
4848
"compare_log": ["mbed-os-example-for-google-iot-cloud/tests/google-iot-cloud.log"],
4949
"auto-update" : true

0 commit comments

Comments
 (0)