From a796f0a1381632560b6251a93466957319065966 Mon Sep 17 00:00:00 2001 From: Robby Date: Tue, 27 Mar 2018 16:38:11 -0500 Subject: Removed ~/.mill before running mill test. --- ci/test-mill-dev.sh | 4 +++- ci/test-mill-release.sh | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'ci') diff --git a/ci/test-mill-dev.sh b/ci/test-mill-dev.sh index 11d64154..ae8556fb 100755 --- a/ci/test-mill-dev.sh +++ b/ci/test-mill-dev.sh @@ -5,9 +5,11 @@ set -eux # Starting from scratch... git clean -xdf -# Build Mill using SBT +# Build Mill mill -i dev.assembly +rm -fR ~/.mill + # Second build & run tests using Mill out/dev/assembly/dest/mill -i all {clientserver,main,scalalib,scalajslib}.test diff --git a/ci/test-mill-release.sh b/ci/test-mill-release.sh index 8c0aca2f..c05f5347 100755 --- a/ci/test-mill-release.sh +++ b/ci/test-mill-release.sh @@ -9,6 +9,8 @@ ci/publish-local.sh git clean -xdf +rm -fR ~/.mill + # Second build & run tests using Mill ~/mill-release -i integration.test "mill.integration.forked.{AcyclicTests,UpickleTests}" -- cgit v1.2.3