Skip to content

Commit

Permalink
Fix --offline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed May 22, 2024
1 parent 974a379 commit a6442d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2021,6 +2021,8 @@ abstract class RunTestDefinitions
.call(cwd = root, env = extraEnv)
os.proc(TestUtil.cs, "install", s"scalac:$actualScalaVersion")
.call(cwd = root, env = extraEnv)
os.proc(TestUtil.cs, "fetch", s"org.scala-lang:scala3-sbt-bridge:$actualScalaVersion")
.call(cwd = root, env = extraEnv)

// Download JVM that won't suit Bloop, also no Bloop artifacts are present
os.proc(TestUtil.cs, "java-home", "--jvm", "zulu:11")
Expand Down

0 comments on commit a6442d2

Please sign in to comment.