Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for githubDebug (0.04 sec)

  1. 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")));
        }
    
        @Test
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Sun Apr 13 18:50:07 UTC 2025
    - 3.4K bytes
    - Viewed (0)
Back to top