Commit 5fa69ad
authored
[CI] Disable publishing failing scans (#21528)
[This sbt
command](https://github.com/scala/scala3/blob/e9e046db1d8a0329f28f52c7726dab66730dac7a/project/scripts/cmdTests#L58)
is expected to fail. Consequently [its Develocity
scan](https://develocity.scala-lang.org/s/cjyfzepco743i) always appear
as failed, even though the CI job succeeds. This is confusing and it
makes it harder to find real failing jobs.
The solution I propose in this PR is to disable publishing the scan of
the command, using `-Dscan:false`.
Ping @dotta1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | 62 | | |
61 | 63 | | |
| |||
0 commit comments