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.
1 parent dc1525b commit 5c1155dCopy full SHA for 5c1155d
.github/workflows/devfile-acceptanse-test.yaml
@@ -102,8 +102,8 @@ jobs:
102
103
- name: Run Devfile acceptance Workspace API test
104
run: |
105
- kubectl create namespace eclipse-che
106
- kubectl config set-context --current --namespace=eclipse-che
+ kubectl create namespace eclipse-che-test
+ kubectl config set-context --current --namespace=eclipse-che-test
107
cd che/tests/e2e
108
npm ci
109
export TEST_NAMESPACE=che
0 commit comments