Skip to content

Commit

Permalink
updated pathes
Browse files Browse the repository at this point in the history
Signed-off-by: mdolhalo <[email protected]>
  • Loading branch information
mdolhalo committed Jul 21, 2023
1 parent 5cfde83 commit c4293fe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@ jobs:
cd tests/e2e
docker build -t quay.io/eclipse/che-e2e:"${{ env.pr_number }}" -f build/dockerfiles/Dockerfile .
- name: Update certificate path in .kube
run: |
cd ~/.kube
find . -name '*' -exec sed -i -e "s/\/home\/runner/~/g" {} \;
# - name: Run Empty Workspace UI test
# run: |
# docker run \
Expand Down Expand Up @@ -135,6 +141,7 @@ jobs:
-e TS_SELENIUM_LOG_LEVEL=TRACE \
-v ${LOCAL_TEST_DIR}/tests/e2e/report:/tmp/e2e/report:Z \
-v ~/.kube:/home/seluser/.kube:Z \
-v ~/.minikube:/home/seluser/.minikube:Z \
-e USERSTORY=EmptyWorkspaceAPI \
-e TEST_SUITE=driver-less-test \
quay.io/eclipse/che-e2e:"${{ env.pr_number }}"
Expand Down

0 comments on commit c4293fe

Please sign in to comment.