Skip to content

Commit

Permalink
test: bootstrap values as part of test suite (#1669)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda authored Aug 7, 2024
1 parent 909ddc1 commit 6d5ad13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"server": "binzx/otomi server",
"spellcheck": "cspell '/docs/**/**.md' '/values-schema.yaml' '/*.md' '/.values/README.md'",
"tasks:copy-certs": "binzx/otomi task -n copyCerts",
"test": "run-s test:ts lint validate-values validate-templates",
"test": "run-s test:ts lint validate-values validate-templates bootstrap-dev",
"test:opa": "NODE_ENV=test binzx/otomi x opa test policies -v",
"test:ts": "ENV_DIR=$PWD/tests/fixtures NODE_ENV=test jest",
"test:ts-cov": "jest --coverage",
Expand Down

0 comments on commit 6d5ad13

Please sign in to comment.