Skip to content

Commit

Permalink
add stabilize steps for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Sep 11, 2023
1 parent b740eed commit 5dedd33
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 5dedd33

Please sign in to comment.