From ebeb1ec460e517b80156c846dc8237dca4a9c698 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 11 Apr 2024 09:17:03 -0500 Subject: [PATCH] Undoing the test cases as everything tested good - Negative conditions do not cause the action to fail - The `nontree_targets` property exists but array is empty - The `nontree_targets` property does not exist - If the JSON file does not end with a new line - If the JSON file does not exist - Negative conditions that will result in a action failure - build step fails reporting the keyboard cannot be found after the non-tree keyboard definition not copying from any of above scenarios - If a the array has an entry that results in copy error; file/folder not found --- qmk_nontree copy.json | 6 ------ qmk_nontree.json | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 qmk_nontree copy.json diff --git a/qmk_nontree copy.json b/qmk_nontree copy.json deleted file mode 100644 index 9b633a1f..00000000 --- a/qmk_nontree copy.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "nontree_targets": [ - "barbellboards", - "planck" - ] -} diff --git a/qmk_nontree.json b/qmk_nontree.json index 0cc1d077..9b633a1f 100644 --- a/qmk_nontree.json +++ b/qmk_nontree.json @@ -1,3 +1,6 @@ { - "nontree_targets2": [] + "nontree_targets": [ + "barbellboards", + "planck" + ] }