Skip to content

Commit 6eac5aa

Browse files
committed
ETCM-168: Update mill version.
1 parent 8e80674 commit 6eac5aa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- run:
2424
name: install mill
25-
command: sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.4.1/0.4.1) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
25+
command: sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.8.0/0.8.0) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
2626

2727
- run:
2828
name: unit tests
@@ -31,8 +31,7 @@ jobs:
3131

3232
- run:
3333
name: integration tests
34-
#command: mill __.it
35-
command: mill scalanet.discovery.it.test
34+
command: mill __.it
3635

3736
- run:
3837
name: check that the code is formatted properly

0 commit comments

Comments
 (0)