Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 746b472

Browse files
committed
Create and Install in namespace "integration-tests"
1 parent f9e2612 commit 746b472

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,15 @@ jobs:
212212
- name: "Inspect Operator"
213213
run: |
214214
kubectl create namespace securecodebox-system
215+
kubectl create namespace integration-tests
215216
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait
216217
- name: "Install Test Dependencies"
217218
run: |
218219
cd tests/integration/
219220
npm ci
220221
- name: "Nmap Integration Tests"
221222
run: |
222-
kubectl apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
223+
kubectl --namespace integration-tests apply -f integrations/nmap/nmap-scan-type.yaml -f integrations/nmap/nmap-parse-definition.yaml
223224
cd tests/integration/
224225
npx jest --ci --color nmap
225226
- name: "Delete kind cluster"

0 commit comments

Comments
 (0)