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 faec3c5 commit f3b35a4
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ jobs:
# Disable default broker daemon
sleep 1
# This is some debug info useful if something goes wrong
- name: Show network status
run: |
sudo ifconfig
sudo route
sudo netstat -tulpan
- uses: actions/checkout@master
with:
repository: eclipse/paho.mqtt-sn.embedded-c
Expand All @@ -52,6 +45,13 @@ jobs:
run: sudo ./MQTT-SNGateway &> gateway.log &
sleep 1 # let the broker set everything up

# This is some debug info useful if something goes wrong
- name: Show network status
run: |
sudo ifconfig
sudo route
sudo netstat -tulpan
- uses: actions/checkout@master
with:
repository: wolfssl/wolfssl
Expand Down Expand Up @@ -83,6 +83,7 @@ jobs:
run: make check
- name: test SN Client
run: ./examples/sn-client/sn-client &
more gateway.log

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

0 comments on commit f3b35a4

Please sign in to comment.