We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62b3ef7 + 3768cd0 commit 5e42e93Copy full SHA for 5e42e93
1 file changed
modules/integration/src/test/scala/scala/cli/integration/UpdateTests.scala
@@ -106,7 +106,10 @@ class UpdateTests extends ScalaCliSuite {
106
}
107
108
109
- if (!Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" && Constants.ghName == "scala-cli")
+ if (
110
+ !Properties.isWin && !Properties.isMac && Constants.ghOrg == "VirtusLab" &&
111
+ Constants.ghName == "scala-cli"
112
+ )
113
test("updating dummy scala-cli using update command") {
114
TestUtil.retryOnCi()(runUpdate())
115
0 commit comments