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 5419a40 commit dc1525bCopy full SHA for dc1525b
.github/workflows/devfile-acceptanse-test.yaml
@@ -102,8 +102,11 @@ 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
107
cd che/tests/e2e
108
npm ci
109
+ export TEST_NAMESPACE=che
110
export TS_PLATFORM=kubernetes
111
export MOCHA_DIRECTORY=api
112
export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl
0 commit comments