Skip to content

Commit

Permalink
[Action] Run mosquitto broker
Browse files Browse the repository at this point in the history
To incerease test coverage of mqtt, let's install mosquitto broker.

Signed-off-by: Gichan Jang <[email protected]>
  • Loading branch information
gichan-jang committed Jan 14, 2025
1 parent be57bb4 commit ae99022
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/daily-build-gbs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ae99022

Please sign in to comment.