Skip to content

testing ci

testing ci #4

Workflow file for this run

name: ESP-IDF v4.4.x
on:
push:
branches: []
pull_request:
branches: []
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
path: ${{ github.workspace }}/app
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v4.4
target: esp32
path: app/examples/esp-idf