Chore: Improve step name to differentiate between light/dark themes (#113407)

improve step name to differentiate between light/dark themes
This commit is contained in:
Ashley Harrison
2025-11-04 17:38:42 +00:00
committed by GitHub
parent ffa5e41bec
commit 3972046695
+2 -2
View File
@@ -34,7 +34,7 @@ jobs:
id-token: write
needs: detect-changes
if: needs.detect-changes.outputs.changed == 'true'
name: "Run Storybook a11y tests"
name: "Run Storybook a11y tests (light theme)"
steps:
- uses: actions/checkout@v5
with:
@@ -64,7 +64,7 @@ jobs:
id-token: write
needs: detect-changes
if: needs.detect-changes.outputs.changed == 'true'
name: "Run Storybook a11y tests"
name: "Run Storybook a11y tests (dark theme)"
steps:
- uses: actions/checkout@v5
with: