From 44f8c8425a84f3d9bfce70a99223d6e41f714f93 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Wed, 25 May 2022 11:59:28 -0400 Subject: [PATCH] refactoring --- .github/workflows/hardware-ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hardware-ci.yaml b/.github/workflows/hardware-ci.yaml index 354c192408..4fe7d09f75 100644 --- a/.github/workflows/hardware-ci.yaml +++ b/.github/workflows/hardware-ci.yaml @@ -13,14 +13,12 @@ jobs: include: - build-target: f4-disco script: hardware_ci_f4_discovery - board: f407-discovery runs-on: hw-ci-f4-discovery folder: f407-discovery config-name: all - - build-target: proteus + - build-target: proteus_f4 script: hardware_ci_proteus - board: proteus runs-on: hw-ci-proteus folder: proteus config-name: proteus_f4 @@ -65,7 +63,7 @@ jobs: - name: Build Firmware working-directory: ./firmware - run: make -j6 PROJECT_BOARD=${{matrix.board}} + run: make -j6 PROJECT_BOARD=${{matrix.folder}} - name: Check for STLINK run: lsusb | grep 'ST-LINK\|STLINK'