Skip to content

Commit afb668f

Browse files
author
TheSnoozer
committed
the checkout has a post action that cleansup after us, so no need to manually delete anything
1 parent bac6ce0 commit afb668f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/default-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,5 +149,3 @@ jobs:
149149
./gradlew clean build --rerun-tasks
150150
- name: Validate if the testversion has produced the desired output
151151
run: /bin/bash -c '[[ -f "${{env.TEMP_DIR}}"/build/git.properties ]] && cat "${{env.TEMP_DIR}}"/build/git.properties || exit 1;'
152-
- name: Cleanup TEMP_DIR
153-
run: rm -rf "${{env.TEMP_DIR}}"

0 commit comments

Comments
 (0)