summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rwxr-xr-xci/test2.sh10
-rwxr-xr-xci/test3.sh2
2 files changed, 6 insertions, 6 deletions
diff --git a/ci/test2.sh b/ci/test2.sh
index 2ab4bca2..a3705bc5 100755
--- a/ci/test2.sh
+++ b/ci/test2.sh
@@ -8,8 +8,8 @@ git clean -xdf
sbt bin/test:assembly
# Run tests using
-bin/target/mill core.test
-bin/target/mill scalalib.test
-bin/target/mill scalajslib.test
-bin/target/mill integration.test
-bin/target/mill devAssembly
+target/bin/mill core.test
+target/bin/mill scalalib.test
+target/bin/mill scalajslib.test
+target/bin/mill integration.test
+target/bin/mill devAssembly
diff --git a/ci/test3.sh b/ci/test3.sh
index 91ce02b3..f7bbf9ad 100755
--- a/ci/test3.sh
+++ b/ci/test3.sh
@@ -9,7 +9,7 @@ git clean -xdf
sbt bin/test:assembly
# Build Mill using SBT
-bin/target/mill devAssembly
+target/bin/mill devAssembly
# Second build & run tests using Mill
out/devAssembly/dest core.test