Skip to content

Commit 2e30b9f

Browse files
committed
chore: add unique suffix for statuses
1 parent 868e4b4 commit 2e30b9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/lighthouse-a11y.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
set -e
99

1010
echo "🌙 Running Lighthouse accessibility audit (dark mode)..."
11-
LIGHTHOUSE_COLOR_MODE=dark pnpx @lhci/cli autorun
11+
LIGHTHOUSE_COLOR_MODE=dark pnpx @lhci/cli autorun --upload.githubStatusContextSuffix="/dark"
1212

1313
echo ""
1414
echo "☀️ Running Lighthouse accessibility audit (light mode)..."
15-
LIGHTHOUSE_COLOR_MODE=light pnpx @lhci/cli autorun
15+
LIGHTHOUSE_COLOR_MODE=light pnpx @lhci/cli autorun --upload.githubStatusContextSuffix="/light"
1616

1717
echo ""
1818
echo "✅ Accessibility audits completed for both color modes"

0 commit comments

Comments
 (0)