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 dc1525b commit 5c1155d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devfile-acceptanse-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ jobs:

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

0 comments on commit 5c1155d

Please sign in to comment.