mirror of
https://github.com/gradle/actions.git
synced 2025-08-20 16:41:28 +08:00
Compare commits
No commits in common. "main" and "v4.4.2" have entirely different histories.
@ -355,7 +355,7 @@ class TestDevelocityInjection extends BaseInitScriptTest {
|
||||
}
|
||||
|
||||
void outputContainsBuildScanUrl(BuildResult result) {
|
||||
def opt = ['Publishing build scan...', 'Publishing Build Scan...', 'Publishing Build Scan to Develocity...'].stream()
|
||||
def opt = ['Publishing build scan...', 'Publishing Build Scan...'].stream()
|
||||
.filter { result.output.contains("${it}\n${mockScansServer.address}s/$PUBLIC_BUILD_SCAN_ID") }.findFirst()
|
||||
assert opt.isPresent()
|
||||
def message = opt.get()
|
||||
|
Loading…
x
Reference in New Issue
Block a user