Skip to content

Add setBufferSize functionality #709

Add setBufferSize functionality

Add setBufferSize functionality #709

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