From 1bca78c0c8f79acb79ed8105725c39b08284b4e6 Mon Sep 17 00:00:00 2001 From: Paperinik <42046613+aovestdipaperino@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:27:02 -0800 Subject: [PATCH] Update githubci.yml Added: -xiao_nrf52840_ble -xiao_nrf52840_ble_sense --- .github/workflows/githubci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 7644c7c..ad77865 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -58,7 +58,9 @@ jobs: - 'raytac_mdbt50q_rx' - 'sparkfun_nrf52840_micromod' - 'waveshare_nrf52840_eval' - + - 'xiao_nrf52840_ble' + - 'xiao_nrf52840_ble_sense' + steps: - name: Setup Python uses: actions/setup-python@v3