Skip to content

Commit 8e80674

Browse files
committed
ETCM-168: Trying to figure out why Circle CI is not running the integration tests.
1 parent 46cc7bf commit 8e80674

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131

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

3637
- run:
3738
name: check that the code is formatted properly

0 commit comments

Comments
 (0)