Bump paho-mqtt from 1.5.1 to 1.6.1 #30
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |