diff --git a/index.html b/index.html index 5ee4018..e41683f 100644 --- a/index.html +++ b/index.html @@ -461,11 +461,11 @@ - - - - - + + + + + diff --git a/tests/pollilib-smoke.mjs b/tests/pollilib-smoke.mjs index b97e763..d721ac3 100644 --- a/tests/pollilib-smoke.mjs +++ b/tests/pollilib-smoke.mjs @@ -169,9 +169,7 @@ await step('index.html contains critical tags', async () => { const { ok, fail, text } = summary(); console.log('\n' + text + '\n'); if (process.env.GITHUB_STEP_SUMMARY) { - const md = ['# PolliLib Smoke Tests', '', '``` -' + text + ' -```'].join('\n'); + const md = ['# PolliLib Smoke Tests', '', '```', text, '```'].join('\n'); await fs.appendFile(process.env.GITHUB_STEP_SUMMARY, md + '\n'); } // Exit non-zero if any failures to make failures visible in CI (deployment workflow is independent)