From b43d98e9e4167592f54d2204dfcadfe7c3e89e88 Mon Sep 17 00:00:00 2001 From: "Filies Olaf (IFAG DES TOC PSA)" Date: Fri, 4 Oct 2024 23:17:17 +0200 Subject: [PATCH] Test3, fully parameterized --- .github/workflows/arduino_ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/arduino_ci.yml b/.github/workflows/arduino_ci.yml index 1666e03..67668fe 100644 --- a/.github/workflows/arduino_ci.yml +++ b/.github/workflows/arduino_ci.yml @@ -70,10 +70,10 @@ jobs: echo "fqbn_hil=$fqb" >> $GITHUB_OUTPUT cd /opt/runner_support/ - python py_checkusb.py --switch repo --namelist $REPO --onoff on + ./py_checkusb.py --switch repo --namelist $REPO --onoff on declare -a typelist declare -a seriallist - mapfile -t typelist < <(python ./py_checkusb.py --repo ${REPO} --full --batch) + mapfile -t typelist < <(./py_checkusb.py --repo ${REPO} --full --batch) for TYPE in "${typelist[@]}"; do declare -a serials @@ -301,6 +301,9 @@ jobs: run: | cd /opt/runner_support/ declare -a devicelist + + echo "fqbn: ${{ matrix.fqbn }}" + mapfile -t devicelist < <(python ./py_checkusb.py --serial ${{ matrix.fqbn }} --batch) for line in "${devicelist[@]}"; do