Skip to content

Commit 0b16e1e

Browse files
Merge pull request #5946 from dotty-staging/no-dottyLatestNightlyBuild
Stop using dottyLatestNightlyBuild in community build
2 parents e99e488 + b692a2f commit 0b16e1e

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed
Submodule algebra updated 1 file
Submodule scalap updated 1 file
Submodule scopt updated 1 file
Submodule squants updated 1 file

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ class CommunityBuildTest {
111111

112112
@Test def betterfiles = test(
113113
project = "betterfiles",
114-
command = "dottyCompile"
114+
command = "dotty-community-build/compile"
115115
)
116116

117117
@Test def ScalaPB = test(
118118
project = "ScalaPB",
119-
command = "dottyCompile"
119+
command = "dotty-community-build/compile"
120120
)
121121

122122
@Test def minitest = test(
123123
project = "minitest",
124-
command = "dottyCompile"
124+
command = "dotty-community-build/compile"
125125
)
126126

127127
@Test def fastparse = test(

0 commit comments

Comments
 (0)