Skip to content

Filter serial devices by default and allow user to disable chip id in serial port list #1393

Filter serial devices by default and allow user to disable chip id in serial port list

Filter serial devices by default and allow user to disable chip id in serial port list #1393

Workflow file for this run

name: UI Test
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
ui_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Run ui test
uses: ./.github/actions/idf
id: idfuitest
with:
run: /ui-entrypoint.sh
- name: Upload screenshots
uses: actions/upload-artifact@v4
if: failure()
with:
name: screenshots
path: test-resources/screenshots/*.png