try running HiFiPhile self-host with stm32l412nucleo

This commit is contained in:
hathach
2022-11-15 18:10:41 +07:00
parent 6c6b7ee2bf
commit 931b718289
2 changed files with 84 additions and 2 deletions

View File

@@ -163,11 +163,11 @@ jobs:
# - pico + pico-probe connected via USB
# - pico-probe is /dev/ttyACM0
# ---------------------------------------
hw-test:
hw-pi4-test:
# Limit the run to only hathach due to limited resource on RPI4
if: github.repository_owner == 'hathach'
needs: build-arm
runs-on: [self-hosted, Linux, ARM64]
runs-on: [self-hosted, Linux, ARM64, rp2040]
steps:
- name: Clean workspace