Skip to content

Commit 6943363

Browse files
committed
ci: create "integration" dir before moving files there, see if this ifxes ci
1 parent a1cfd7c commit 6943363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/clippy_bors.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ jobs:
209209
run: |
210210
DIR=$CARGO_TARGET_DIR/debug
211211
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
212+
mkdir -p $DIR/integration
212213
mv $DIR/integration-* $DIR/integration
213214
rm -rf $CARGO_TARGET_DIR/release
214215

0 commit comments

Comments
 (0)