Skip to content

Commit

Permalink
cofig path
Browse files Browse the repository at this point in the history
Signed-off-by: mdolhalo <[email protected]>
  • Loading branch information
mdolhalo committed Jul 20, 2023
1 parent 7f2308a commit 86a1998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
id: run-minikube
uses: che-incubator/setup-minikube-action@next
with:
minikube-version: v1.30.1
minikube-version: v1.23.2

- name: Install chectl
run: bash <(curl -sL https://www.eclipse.org/che/chectl/) --channel=next
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
-e NODE_TLS_REJECT_UNAUTHORIZED=0 \
-e TS_SELENIUM_LOG_LEVEL=TRACE \
-v ${LOCAL_TEST_DIR}/tests/e2e/report:/tmp/e2e/report:Z \
-v ~/.minikube \
-v ~/.minikube/config \
-e USERSTORY=EmptyWorkspaceAPI \
-e TEST_SUITE=driver-less-test \
quay.io/eclipse/che-e2e:"${{ env.pr_number }}"
Expand Down

0 comments on commit 86a1998

Please sign in to comment.