Skip to content

Commit

Permalink
Debug CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesduesing committed Nov 14, 2024
1 parent 788dcf1 commit 6518085
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ lazy val compileRunnerFixtures = taskKey[Unit]("Compile java test fixtures for a

compileRunnerFixtures := {
import scala.sys.process._
import java.nio.file.Paths
val p = Paths.get("./analysis-runner/src/test/fixtures-java")
println(s"${p.toFile.absolutePath} --> ${p.toFile.exists()}")
"javac -d ./analysis-runner/src/test/resources/ ./analysis-runner/src/test/fixtures-java/*.java" !
}

Expand Down

0 comments on commit 6518085

Please sign in to comment.