Skip to content

Update the name of pers variable #25

Update the name of pers variable

Update the name of pers variable #25

Workflow file for this run

name: Run PlatformIO Tests
on:
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out the code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install PlatformIO
run: |
pip install platformio
- name: Run tests
run: pio test -e native -vvv