Skip to content

Commit

Permalink
enable google and azure example application tests in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
saheerb committed Jul 5, 2021
1 parent 4e121a7 commit bf84452
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/test/examples/cloud_examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bf84452

Please sign in to comment.