Skip to content

esp/testing: skip backtrace check in sysview tests for idf > 5.0 #47

esp/testing: skip backtrace check in sysview tests for idf > 5.0

esp/testing: skip backtrace check in sysview tests for idf > 5.0 #47

Workflow file for this run

name: Build and Test OpenOCD Workflow
on:
push:
workflow_dispatch: # (to start the workflow manually)
jobs:
build-openocd:
name: Build OpenOCD
uses: ./.github/workflows/build_openocd.yml
test-openocd:
name: Test OpenOCD
uses: ./.github/workflows/test_openocd.yml
needs: build-openocd