Skip to content

Commit

Permalink
sn test
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 30, 2023
1 parent 234ae26 commit 4d6fa64
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ jobs:
"MulticastPortNo=1883\n" \
"MulticastIP=225.1.1.1\n" \
"MulticastTTL=1" | cat > gateway.conf
- name: Display gateway config
working-directory: ./gateway/MQTTSNGateway/bin
run: more gateway.conf
- name: Run gateway
working-directory: ./gateway/MQTTSNGateway/bin
run: ./MQTT-SNGateway
Expand Down Expand Up @@ -93,7 +96,7 @@ jobs:
- name: wolfmqtt make check
run: make check
- name: test SN Client
run: ./examples/sn-client/sn-client
run: ./examples/sn-client/sn-client &

# capture logs on failure
- name: Show logs on failure
Expand Down

0 comments on commit 4d6fa64

Please sign in to comment.