Skip to content

Commit dc1525b

Browse files
change namespace context
1 parent 5419a40 commit dc1525b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/devfile-acceptanse-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,11 @@ jobs:
102102

103103
- name: Run Devfile acceptance Workspace API test
104104
run: |
105+
kubectl create namespace eclipse-che
106+
kubectl config set-context --current --namespace=eclipse-che
105107
cd che/tests/e2e
106108
npm ci
109+
export TEST_NAMESPACE=che
107110
export TS_PLATFORM=kubernetes
108111
export MOCHA_DIRECTORY=api
109112
export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl

0 commit comments

Comments
 (0)