Skip to content

PlatformIO Build & Test #67

PlatformIO Build & Test

PlatformIO Build & Test #67

Workflow file for this run

name: PlatformIO Build & Test
run-name: PlatformIO Build & Test
on: [pull_request]
jobs:
Build-Test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- name: PlatformIO Run
uses: karniv00l/[email protected]
- name: Run Tests
run: platformio test -e native -vvv