summaryrefslogtreecommitdiff
path: root/ci/test-mill-bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ci/test-mill-bootstrap.sh')
-rwxr-xr-xci/test-mill-bootstrap.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/test-mill-bootstrap.sh b/ci/test-mill-bootstrap.sh
index be2b5c3a..537e51f5 100755
--- a/ci/test-mill-bootstrap.sh
+++ b/ci/test-mill-bootstrap.sh
@@ -12,6 +12,8 @@ mv out/release/dest/mill ~/mill-1
# Clean up
git clean -xdf
+rm -rf ~/.mill
+
# Differentiate first and second builds
echo "Build 2" > info.txt && git add info.txt && git commit -m "Add info.txt"
@@ -22,5 +24,7 @@ mv out/release/dest/mill ~/mill-2
# Clean up
git clean -xdf
+rm -rf ~/.mill
+
# Use second build to run tests using Mill
~/mill-2 -i all {clientserver,main,scalalib,scalajslib}.test \ No newline at end of file