You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hooks.mk
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ module = hook
22
22
prefix = hook
23
23
name = ${hook}
24
24
25
-
include ../../common.mk
25
+
include ../../test-base.mk
26
26
include ../../env-paths.mk
27
27
## Telling the env-paths file where the root project dir is. This is done to allow the generation of the paths of the different project folders relative to where the makefile is being run from.
28
28
## So BIN_DIR= $(PROJECT_DIR)/bin will be BIN_DIR=../../bin
@@ -55,4 +55,4 @@ integration-tests: ## 🩺 Start integration test for this module in the namespa
55
55
@echo ".: 🩺 Starting integration test in kind namespace 'integration-tests'."
56
56
kubectl -n integration-tests delete scans --all
57
57
npm ci --prefix $(TESTS_HELPERS_DIR)
58
-
cd$(hook-prefix)&& npm ci && npm run test --package jest@$(JEST_VERSION)
58
+
cd$(hook-prefix)&& npm ci && npm run test --package jest@$(JEST_VERSION)
Copy file name to clipboardExpand all lines: scanners.mk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
21
21
name = ${scanner}
22
22
23
-
include ../../common.mk
23
+
include ../../test-base.mk
24
24
include ../../env-paths.mk
25
25
## Telling the env-paths file where the root project dir is. This is done to allow the generation of the paths of the different project folders relative to where the makefile is being run from.
26
26
## So BIN_DIR= $(PROJECT_DIR)/bin will be BIN_DIR=../../bin
Copy file name to clipboardExpand all lines: sdk.mk
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
22
22
name = ${sdk}
23
23
module = ${sdk}
24
-
include ../../common.mk
24
+
include ../../test-base.mk
25
25
include ../../env-paths.mk
26
26
## Telling the env-paths file where the root project dir is. This is done to allow the generation of the paths of the different project folders relative to where the makefile is being run from.
27
27
## So BIN_DIR= $(PROJECT_DIR)/bin will be BIN_DIR=../../bin
0 commit comments