We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234ae26 commit 4d6fa64Copy full SHA for 4d6fa64
.github/workflows/mqtt-sn-check.yml
@@ -59,6 +59,9 @@ jobs:
59
"MulticastPortNo=1883\n" \
60
"MulticastIP=225.1.1.1\n" \
61
"MulticastTTL=1" | cat > gateway.conf
62
+ - name: Display gateway config
63
+ working-directory: ./gateway/MQTTSNGateway/bin
64
+ run: more gateway.conf
65
- name: Run gateway
66
working-directory: ./gateway/MQTTSNGateway/bin
67
run: ./MQTT-SNGateway
@@ -93,7 +96,7 @@ jobs:
93
96
- name: wolfmqtt make check
94
97
run: make check
95
98
- name: test SN Client
- run: ./examples/sn-client/sn-client
99
+ run: ./examples/sn-client/sn-client &
100
101
# capture logs on failure
102
- name: Show logs on failure
0 commit comments