mirror of
https://github.com/ClaytonWWilson/miryoku_zmk.git
synced 2025-12-13 17:58:47 +00:00
Update workflow keymap test for settings_reset
This commit is contained in:
parent
f91a3dc81d
commit
2dec2451a1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -256,7 +256,7 @@ jobs:
|
||||
echo '::error::Keymap found but shield not found. Board used for shield.'
|
||||
(exit "$EX_DATAERR")
|
||||
fi
|
||||
if ! grep -q 'Using keymap file: .*/config/[^/]*.keymap$' "$log"
|
||||
if grep -q 'Using keymap file: .*/boards/' "$log" && ! grep -q 'Using keymap file: .*/settings_reset.keymap' "$log"
|
||||
then
|
||||
echo '::error::Miryoku keyboard keymap not found. Unsupported or incorrect keyboard.'
|
||||
(exit "$EX_UNAVAILABLE")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user