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 3c4add1 commit 310e541
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,9 @@ jobs:
RESULT=$?
[ $RESULT -ne 0 ] && echo -e "\n\nMQTT-SN Client failed!" && exit 1

# Cleanup
- name: Stop gateway
run: kill -2 $gateway_pid

# capture logs on failure
- name: Show logs on failure
if: failure() || cancelled()
run: |
kill -2 $gateway_pid
cat ~/gateway.log

0 comments on commit 310e541

Please sign in to comment.