From f3b35a4a43e3623a56c67f22d44853bf77e697b1 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Mon, 30 Oct 2023 09:30:51 -0500 Subject: [PATCH] sn test --- .github/workflows/mqtt-sn-check.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/mqtt-sn-check.yml b/.github/workflows/mqtt-sn-check.yml index 742da273d..c9dfc958c 100644 --- a/.github/workflows/mqtt-sn-check.yml +++ b/.github/workflows/mqtt-sn-check.yml @@ -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 @@ -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 @@ -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