Skip to content

tests: Improve test hardware configuration by putting board-specific settings in target_wiring module #13620

tests: Improve test hardware configuration by putting board-specific settings in target_wiring module

tests: Improve test hardware configuration by putting board-specific settings in target_wiring module #13620

Workflow file for this run

name: Build ports metadata
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- ports/**
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Build ports download metadata
run: mkdir boards && ./tools/autobuild/build-downloads.py . ./boards