Skip to content

Commit

Permalink
Testkube -54
Browse files Browse the repository at this point in the history
  • Loading branch information
gopuman committed Aug 23, 2023
1 parent 20bff3e commit 7b21ec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cluster-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -510,13 +510,13 @@ jobs:
`${testResults.totalDuration / 1000}s` || ''
]
const tableRows = [headers.map(h => h.data), summaryRows].map(row => '|' + row.join('|') + '|').join('\\n');
github.rest.issues.createComment({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: await core.summary
.addHeading('Cypress Results', 2)
.addTable([headers, summaryRows]).write()
body: `Here are the test results:\\n\\n${tableRows}`,
})
uffizzi-cluster-delete:
Expand Down

0 comments on commit 7b21ec8

Please sign in to comment.