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
This commit is contained in:
Victor 2024-04-11 09:17:03 -05:00
parent b7596b771b
commit ebeb1ec460
Failed to generate hash of commit
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +0,0 @@
{
"nontree_targets": [
"barbellboards",
"planck"
]
}

View file

@ -1,3 +1,6 @@
{
"nontree_targets2": []
"nontree_targets": [
"barbellboards",
"planck"
]
}