We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ee0533 commit 309f487Copy full SHA for 309f487
pants.ci.toml
@@ -0,0 +1,13 @@
1
+# This config is for CI. It extends the config in pants.toml.
2
+# See https://www.pantsbuild.org/docs/using-pants-in-ci
3
+
4
+[GLOBAL]
5
+# Colors often work in CI, but the shell is usually not a TTY so Pants
6
+# doesn't attempt to use them by default.
7
+colors = true
8
9
+[stats]
10
+# "print metrics of your cache's performance at the end of the run,
11
+# including the number of cache hits and the total time saved thanks
12
+# to caching"
13
+log = true
0 commit comments