diff --git a/.github/workflows/pr-check-image-build.yml b/.github/workflows/pr-check-image-build.yml deleted file mode 100644 index 4dfea40beb1..00000000000 --- a/.github/workflows/pr-check-image-build.yml +++ /dev/null @@ -1,18 +0,0 @@ -# -# Copyright (c) 2021 Red Hat, Inc. -# This program and the accompanying materials are made -# available under the terms of the Eclipse Public License 2.0 -# which is available at https://www.eclipse.org/legal/epl-2.0/ -# -# SPDX-License-Identifier: EPL-2.0 -# - -name: Publish Image PR check - -on: - workflow_run: - workflows: ["Pull Request Check"] - types: - - completed - -jobs: \ No newline at end of file diff --git a/.github/workflows/pr-check.yml b/.github/workflows/pr-check.yml index 73d2d57bcb6..f7ae932c7d4 100644 --- a/.github/workflows/pr-check.yml +++ b/.github/workflows/pr-check.yml @@ -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 . @@ -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