Skip to content

version bump

version bump #719

name: Test with Platformio
on: [push, pull_request]
jobs:
test:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
container: ghcr.io/bertmelis/pio-test-container
services:
mqtt:
image: eclipse-mosquitto:2.0
volumes:
- ${{ github.workspace }}/.github/mosquitto:/mosquitto/config
options: --name mqtt
steps:
- uses: actions/checkout@v4
- name: Restart MQTT
# Restart MQTT after volumes have been checked out
uses: docker://docker
with:
args: docker restart mqtt
- name: Test
run: |
pio test -e native -v
test-no_mempool:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
container: ghcr.io/bertmelis/pio-test-container
steps:
- uses: actions/checkout@v4
- name: Test
run: |
pio test -e native-no_mempool -v -f test_outbox