- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for githubDebug (0.04 sec)
-
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/cisupport/CIDetectorHelperTest.java
} @Test void github() throws Exception { assertEquals(GithubCIDetector.NAME + ";", runner(Map.of("CI", "true", "GITHUB_ACTIONS", "true"))); } @Test void githubDebug() throws Exception { assertEquals( GithubCIDetector.NAME + "+VERBOSE;", runner(Map.of("CI", "true", "GITHUB_ACTIONS", "true", "RUNNER_DEBUG", "1"))); } @TestRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 3.4K bytes - Viewed (0)