Skip to content

Commit

Permalink
change namespace context
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Nov 23, 2023
1 parent 5419a40 commit dc1525b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/devfile-acceptanse-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,11 @@ jobs:

- name: Run Devfile acceptance Workspace API test
run: |
kubectl create namespace eclipse-che
kubectl config set-context --current --namespace=eclipse-che
cd che/tests/e2e
npm ci
export TEST_NAMESPACE=che
export TS_PLATFORM=kubernetes
export MOCHA_DIRECTORY=api
export TS_API_TEST_KUBERNETES_COMMAND_LINE_TOOL=kubectl
Expand Down

0 comments on commit dc1525b

Please sign in to comment.