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 5c4c655 commit 6c872e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mqtt-sn-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,5 @@ jobs:
- name: Show logs on failure
if: failure() || cancelled()
run: |
kill -2 $(pgrep -f "MQTTSN-Gateway")
kill -2 $(pgrep -f "MQTT-SNGateway")
cat ~/gateway.log

0 comments on commit 6c872e6

Please sign in to comment.