We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e80674 commit 6eac5aaCopy full SHA for 6eac5aa
.circleci/config.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- run:
24
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'
+ 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'
26
27
28
name: unit tests
@@ -31,8 +31,7 @@ jobs:
31
32
33
name: integration tests
34
- #command: mill __.it
35
- command: mill scalanet.discovery.it.test
+ command: mill __.it
36
37
38
name: check that the code is formatted properly
0 commit comments