mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-29 04:10:11 +00:00
Add vitest, add json validation tests, fix broken json files (#566)
This commit is contained in:
parent
000f206d90
commit
03be08be63
208 changed files with 3312 additions and 928 deletions
|
|
@ -18,9 +18,9 @@
|
|||
"type": "default",
|
||||
"script": "vm/openwrt.sh",
|
||||
"resources": {
|
||||
"cpu": "1",
|
||||
"ram": "256",
|
||||
"hdd": "0.5",
|
||||
"cpu": 1,
|
||||
"ram": 256,
|
||||
"hdd": 0.5,
|
||||
"os": null,
|
||||
"version": null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue