Skip to content

Bump paho-mqtt from 1.5.1 to 1.6.1 #30

Bump paho-mqtt from 1.5.1 to 1.6.1

Bump paho-mqtt from 1.5.1 to 1.6.1 #30

Workflow file for this run

name: PR CI
# For all pushes to the main branch run the tests and push the image to the
# GitHub registry under an edge tag so we can use it for the nightly
# integration tests
on:
pull_request:
branches: main
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make build
- name: Unit tests
run: make test