Skip to content

Commit e208f99

Browse files
authored
fix: link to results (#66)
1 parent b232211 commit e208f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publishResults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function createMessageTestResults(
5353

5454
result.message = `${testSuiteName}\n`;
5555
result.message += `Total tests ${totalTests}\n Pass ${success} / Fail ${failure}`;
56-
const reportUrl = `https://github.com/aave/aave-sdk/actions/runs/${process.env.GITHUB_RUN_ID || ''}/`;
56+
const reportUrl = `https://github.com/aave/aave-v4-sdk/actions/runs/${process.env.GITHUB_RUN_ID || ''}/`;
5757
result.message += `\n <${reportUrl}|Link Github Pipeline>`;
5858
return result;
5959
}

0 commit comments

Comments
 (0)