Skip to content

Commit

Permalink
devops: debug lhci results comment (#96)
Browse files Browse the repository at this point in the history
* devops: debug lhci results comment

* devops: debug lhci results comment

* devops: debug lhci results comment
  • Loading branch information
gaboesquivel authored Apr 6, 2024
1 parent 50b9042 commit 68118ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
manifest.forEach(result => {
const pageLink = result.url;
comment += \n\nLink: ${pageLink}:\n`;
comment += \n\nLink: ${pageLink}\n`;
comment += '| Category | Score |\n';
comment += '| --- | --- |\n';
Expand All @@ -70,7 +70,7 @@ jobs:
comment += `| ${score(result.summary.seo)} SEO | ${result.summary.seo} |\n`;
comment += `| ${score(result.summary.pwa)} PWA | ${result.summary.pwa} |\n`;
comment += `Detailed report ${steps.lighthouse_audit.outputs.links[pageLink] }\n`;
comment += `Detailed report ${steps.lighthouse_audit.outputs.links[pageLink]}\n`;
});
core.setOutput("comment", comment);
Expand Down
Empty file added .test-lighthouse
Empty file.

0 comments on commit 68118ad

Please sign in to comment.