Skip to content

Commit 97284b9

Browse files
committed
clean up
1 parent cde7319 commit 97284b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)