Skip to content

Commit

Permalink
Merge branch 'main' into CRW-4653
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Sep 11, 2023
2 parents c43525b + ec79f7c commit c59d9cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ jobs:
export TS_API_TEST_UDI_IMAGE=quay.io/devfile/universal-developer-image:ubi8-latest &&
npm run driver-less-test
- name: Clean up resources
run: |
echo ">>>>>>>${GITHUB_WORKSPACE}"
ls -la ${GITHUB_WORKSPACE}
rm -rf ${GITHUB_WORKSPACE}/che
- name: Build E2E test docker image
run: |
# for saving disk space we can remove the assembly folder because it is legacy code
Expand Down

0 comments on commit c59d9cb

Please sign in to comment.