File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ core.group('Execute Test', async () => {
3333 const testTrigger = ( await axios . get ( `${ API_URL } /test/${ TEST_ID } /execute?location=${ LOCATION } ${ envString } ` ) ) . data ;
3434 const reportUrl = testTrigger . reportUrl ;
3535 console . log ( testTrigger . message ) ;
36- console . log ( "---->" + testTrigger . reportUrl ) ;
3736 core . setOutput ( "reportUrl" , reportUrl ) ;
3837 const executionId = testTrigger . executionId ;
3938
@@ -55,7 +54,6 @@ core.group('Execute Test', async () => {
5554 // 3. Set Response Data
5655 core . setOutput ( "time" , testResult . executionTime ) ;
5756 core . setOutput ( "succesful" , testResult . succesful ) ;
58- // core.setOutput("reportUrl", reportUrl);
5957
6058 // 4. Fail action if test failed
6159 if ( ! testResult . succesful ) {
You can’t perform that action at this time.
0 commit comments