Skip to content

Commit

Permalink
test without build image2
Browse files Browse the repository at this point in the history
test without build image4
  • Loading branch information
musienko-maxim committed Aug 6, 2023
1 parent 3344573 commit d0d84ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/pr-check-image-build.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
- name: Build E2E test docker image
run: |
rm -rf assembly
cd tests/e2e
docker build -t quay.io/eclipse/che-e2e:"${{ env.pr_number }}" -f build/dockerfiles/Dockerfile .
Expand All @@ -114,7 +115,7 @@ jobs:
echo ">>>>>>>${GITHUB_WORKSPACE}"
ls -la ${GITHUB_WORKSPACE}
rm -rf ${GITHUB_WORKSPACE}/che
echo ">>>---------------------------->>docker-images>>>-------------------------------->>>>>>"
echo ">>>--------------------------->>docker-images>>>------------------------------->>>>>>"
docker images
# - name: Run Empty Workspace UI test from che-e2e container
Expand Down

0 comments on commit d0d84ac

Please sign in to comment.