We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fdfde46 + 8f57fd4 commit fb5f153Copy full SHA for fb5f153
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/index.js",
5
"scripts": {
6
"pretest": "./scripts/docker/build-image.sh",
7
- "test": "npm run lint && npm run build && npm run test:unit && npm run test:integration",
+ "test": "npm run lint && npm run build && npm run test:unit && npm run test:integration:kind:helm",
8
"test:unit": "NODE_ENV=test tap test/unit --timeout=300",
9
"test:system": "tap test/system --timeout=600",
10
"test:integration:kind:yaml": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=kind CREATE_CLUSTER=true tap test/integration/kubernetes.test.ts --timeout=900",
0 commit comments