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 () => {
33
33
const testTrigger = ( await axios . get ( `${ API_URL } /test/${ TEST_ID } /execute?location=${ LOCATION } ${ envString } ` ) ) . data ;
34
34
const reportUrl = testTrigger . reportUrl ;
35
35
console . log ( testTrigger . message ) ;
36
- console . log ( "---->" + testTrigger . reportUrl ) ;
37
36
core . setOutput ( "reportUrl" , reportUrl ) ;
38
37
const executionId = testTrigger . executionId ;
39
38
@@ -55,7 +54,6 @@ core.group('Execute Test', async () => {
55
54
// 3. Set Response Data
56
55
core . setOutput ( "time" , testResult . executionTime ) ;
57
56
core . setOutput ( "succesful" , testResult . succesful ) ;
58
- // core.setOutput("reportUrl", reportUrl);
59
57
60
58
// 4. Fail action if test failed
61
59
if ( ! testResult . succesful ) {
You can’t perform that action at this time.
0 commit comments