enable google and azure example application tests in ci

pull/14875/head
saheerb 2021-07-05 20:30:35 +01:00
parent 4e121a7d79
commit bf84452c60
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"test" : true,
"baud_rate": 115200,
"compare_log": ["mbed-os-example-for-azure/tests/azure.log"],
"auto-update" : true
@ -43,7 +43,7 @@
"exporters": [],
"compile" : true,
"export": true,
"test" : false,
"test" : true,
"baud_rate": 115200,
"compare_log": ["mbed-os-example-for-google-iot-cloud/tests/google-iot-cloud.log"],
"auto-update" : true