Skip to content

Commit

Permalink
ci: create "integration" dir before moving files there, see if this i…
Browse files Browse the repository at this point in the history
…fxes ci
  • Loading branch information
matthiaskrgr committed Mar 19, 2020
1 parent a1cfd7c commit 6943363
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 6943363

Please sign in to comment.