Skip to content
Closed
Prev Previous commit
Next Next commit
ci: create "integration" dir before moving files there, see if this i…
…fxes ci
  • Loading branch information
matthiaskrgr committed Mar 19, 2020
commit 6943363c202ec8090a345faa2d41ab6e8526c238
1 change: 1 addition & 0 deletions .github/workflows/clippy_bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ jobs:
run: |
DIR=$CARGO_TARGET_DIR/debug
find $DIR ! -executable -o -type d ! -path $DIR | xargs rm -rf
mkdir -p $DIR/integration
mv $DIR/integration-* $DIR/integration
rm -rf $CARGO_TARGET_DIR/release

Expand Down