Skip to content

CI: add esp32p4 (again) #72

CI: add esp32p4 (again)

CI: add esp32p4 (again) #72

Workflow file for this run

name: Wokwi-CI Build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
target: [esp32, esp32s2, esp32s3, esp32c3, esp32h2, esp32c6, esp32p4]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.3
target: ${{ matrix.target }}
- name: Copy diagram ${{ matrix.target }}
run: |
cp .github/workflows/wokwi/diagram-${{ matrix.target }}.json diagram.json
- uses: wokwi/wokwi-ci-action@v1
with:
token: ${{ secrets.WOKWI_CI_TOKEN }}
timeout: 5000
expect_text: 'Hello, world from Zig!'