forked from manna-harbour/miryoku_zmk
-
Notifications
You must be signed in to change notification settings - Fork 0
37 lines (35 loc) · 935 Bytes
/
test-all-boards.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Copyright 2023 Manna Harbour
# https://github.com/manna-harbour/miryoku
name: 'Test All Boards'
on: workflow_dispatch
jobs:
build:
if: github.repository_owner == 'manna-harbour'
uses: ./.github/workflows/main.yml
secrets: inherit
with:
board: '[
"adv360_left","adv360_right",
"adv360pro_left","adv360pro_right",
"ahokore",
"ble_chiffre",
"corneish_zen_v1_left","corneish_zen_v1_right",
"corneish_zen_v2_left","corneish_zen_v2_right",
"dao_left","dao_right",
"ferris_rev02",
"ffkb-holyiot",
"glove80_lh","glove80_rh",
"klacker_bs",
"le_chiffre_stm32",
"lpgalaxy_blank_slate",
"native_posix_64",
"nice60",
"one42",
"planck_rev6",
"preonic_rev3",
"sporkus_le_capybara",
"technikable",
"tipper_tf",
"willis",
"zaphod"
]'