We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62c4105 commit b7036bfCopy full SHA for b7036bf
.github/workflows/job_summaries.yml
@@ -20,7 +20,6 @@ jobs:
20
script: |
21
await core.summary
22
.addHeading('Test Results')
23
- .addCodeBlock(generateTestResults(), "js")
24
.addTable([
25
[{data: 'File', header: true}, {data: 'Result', header: true}],
26
['foo.js', 'Pass ✅'],
0 commit comments