Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Oct 31, 2023
1 parent 310e541 commit 5c4c655
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Run gateway
working-directory: ./gateway/MQTTSNGateway/bin
run: sudo ./MQTT-SNGateway &> ~/gateway.log &
gateway_pid=$!
sleep 1 # let the broker set everything up

# This is some debug info useful if something goes wrong
Expand Down Expand Up @@ -89,5 +88,5 @@ jobs:
- name: Show logs on failure
if: failure() || cancelled()
run: |
kill -2 $gateway_pid
kill -2 $(pgrep -f "MQTTSN-Gateway")
cat ~/gateway.log

0 comments on commit 5c4c655

Please sign in to comment.