@@ -178,28 +178,28 @@ jobs:
178178 if : success() || failure() && steps.build-mqtt-serializer-demo.outcome == 'success'
179179 run : ./build/bin/mqtt_demo_serializer
180180
181- - name : Run and monitor the MQTT Serializer Demo
182- if : success() || failure() && steps.build-mqtt-serializer-demo.outcome == 'success'
183- uses : FreeRTOS/CI-CD-GitHub-Actions/executable-monitor@main
184- with :
185- exe-path : ./build/bin/mqtt_demo_serializer
186- log-dir : demo_run_logs
187- timeout-seconds : 300
188- success-line : " Demo completed successfully."
181+ # - name: Run and monitor the MQTT Serializer Demo
182+ # if: success() || failure() && steps.build-mqtt-serializer-demo.outcome == 'success'
183+ # uses: FreeRTOS/CI-CD-GitHub-Actions/executable-monitor@main
184+ # with:
185+ # exe-path: ./build/bin/mqtt_demo_serializer
186+ # log-dir: demo_run_logs
187+ # timeout-seconds: 300
188+ # success-line: "Demo completed successfully."
189189
190190 - name : Build the MQTT Subscription Manager Demo
191191 id : build-mqtt-subscription-manager-demo
192192 if : success() || failure() && steps.configure-cmake-build.outcome == 'success'
193193 run : cd build && make mqtt_demo_subscription_manager
194194
195- - name : Run and monitor the MQTT Subscription Manager Demo
196- if : success() || failure() && steps.build-mqtt-subscription-manager-demo.outcome == 'success'
197- uses : FreeRTOS/CI-CD-GitHub-Actions/executable-monitor@main
198- with :
199- exe-path : ./build/bin/mqtt_demo_subscription_manager
200- log-dir : demo_run_logs
201- timeout-seconds : 300
202- success-line : " Demo completed successfully."
195+ # - name: Run and monitor the MQTT Subscription Manager Demo
196+ # if: success() || failure() && steps.build-mqtt-subscription-manager-demo.outcome == 'success'
197+ # uses: FreeRTOS/CI-CD-GitHub-Actions/executable-monitor@main
198+ # with:
199+ # exe-path: ./build/bin/mqtt_demo_subscription_manager
200+ # log-dir: demo_run_logs
201+ # timeout-seconds: 300
202+ # success-line: "Demo completed successfully."
203203
204204 - name : ' Upload demo logs'
205205 if : always()
0 commit comments