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 62b3ef7 commit 3768cd0Copy full SHA for 3768cd0
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