Skip to content

Commit f54f975

Browse files
committed
sn test
1 parent c2b42f2 commit f54f975

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/mqtt-sn-check.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: more gateway.conf
4343
- name: Run gateway
4444
working-directory: ./gateway/MQTTSNGateway/bin
45-
run: sudo ./MQTT-SNGateway &> gateway.log &
45+
run: sudo ./MQTT-SNGateway &> ~/gateway.log &
4646
sleep 1 # let the broker set everything up
4747

4848
# This is some debug info useful if something goes wrong
@@ -74,9 +74,9 @@ jobs:
7474
run: ./autogen.sh
7575

7676
- name: wolfmqtt configure with SN Enabled
77-
env:
78-
WOLFMQTT_NO_EXTERNAL_BROKER_TESTS: 1
79-
run: ./configure --enable-sn
77+
run: |
78+
export WOLFMQTT_NO_EXTERNAL_BROKER_TESTS=1
79+
./configure --enable-sn
8080
- name: wolfmqtt make
8181
run: make
8282
- name: wolfmqtt make check
@@ -91,4 +91,4 @@ jobs:
9191
if: failure() || cancelled()
9292
run: |
9393
cat test-suite.log
94-
cat gateway.log
94+
cat ~/gateway.log

0 commit comments

Comments
 (0)