Skip to content

Commit 6d5ad13

Browse files
authored
test: bootstrap values as part of test suite (#1669)
1 parent 909ddc1 commit 6d5ad13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
"server": "binzx/otomi server",
149149
"spellcheck": "cspell '/docs/**/**.md' '/values-schema.yaml' '/*.md' '/.values/README.md'",
150150
"tasks:copy-certs": "binzx/otomi task -n copyCerts",
151-
"test": "run-s test:ts lint validate-values validate-templates",
151+
"test": "run-s test:ts lint validate-values validate-templates bootstrap-dev",
152152
"test:opa": "NODE_ENV=test binzx/otomi x opa test policies -v",
153153
"test:ts": "ENV_DIR=$PWD/tests/fixtures NODE_ENV=test jest",
154154
"test:ts-cov": "jest --coverage",

0 commit comments

Comments
 (0)