[Action] Run mosquitto broker
authorGichan Jang <gichan2.jang@samsung.com>
Tue, 14 Jan 2025 02:42:39 +0000 (11:42 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 21 Jan 2025 04:57:40 +0000 (13:57 +0900)
To incerease test coverage of mqtt, let's install mosquitto broker.

Signed-off-by: Gichan Jang <gichan2.jang@samsung.com>
.github/workflows/daily-build-gbs.yml

index f3c3cd18679633f99ba3aa3defec16e48a9a6140..d7df9db08680d6381f1380e560f0959402462450 100644 (file)
@@ -37,6 +37,12 @@ jobs:
     - name: install GBS
       run: sudo apt-get update && sudo apt-get install -y gbs
 
+    - name: install mosquitto broker
+      run: |
+        sudo apt-get install -y mosquitto
+        sudo systemctl start mosquitto
+        sudo systemctl status mosquitto
+
     - name: configure GBS
       run: cp .github/workflows/tizen.gbs.conf ~/.gbs.conf