Skip to content

Commit

Permalink
Merge pull request #224 from Scc33/formatLighthouse
Browse files Browse the repository at this point in the history
Add Lighthouse comments only on PRs
  • Loading branch information
Scc33 authored May 16, 2024
2 parents 146c05d + 463d452 commit 8adef29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ jobs:
const { formatLighthouseResults } = await import('${{github.workspace}}/scripts/lighthouse/index.js')
await formatLighthouseResults({core})
- name: Add Comment to PR
if: ${{ github.event_name == 'pull_request' && github.base_ref != 'master' }}
# Replace the previous message with our formatted lighthouse results
uses: thollander/actions-comment-pull-request@d61db783da9abefc3437960d0cce08552c7c004f # v2.4.2
with:
Expand Down

1 comment on commit 8adef29

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unit Test Coverage Report

Unit Test Report

Tests Skipped Failures Errors Time
16 0 💤 0 ❌ 0 🔥 3.024s ⏱️

Please sign in to comment.