From 027d3e8e9de34a2270a546492d146e1ce995871e Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Sat, 6 Apr 2024 04:28:16 -0600 Subject: [PATCH 1/2] chore: cleanup --- .test-lighthouse | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 .test-lighthouse diff --git a/.test-lighthouse b/.test-lighthouse deleted file mode 100644 index e69de29b..00000000 From 0255c121e995a1cd4a93efbcf14a88015fda0098 Mon Sep 17 00:00:00 2001 From: Gabo Esquivel Date: Sat, 6 Apr 2024 04:30:19 -0600 Subject: [PATCH 2/2] devops: lhci results table comment --- .github/workflows/lighthouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 3b585c40..dbe245fd 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -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 ${links[pageLink]}\n`; }); core.setOutput("comment", comment);