Skip to content

Commit 34313d7

Browse files
committed
ci: group a11y workflow checks
1 parent 958ebf0 commit 34313d7

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/a11y-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Accessibility Scans (IBM Equal Access)
1+
name: A11y / Playwright Scans
22

33
on:
44
# TEMP: remove before merging — allows testing the workflow from this
@@ -32,7 +32,7 @@ env:
3232

3333
jobs:
3434
a11y-scan:
35-
name: IBM Accessibility Scans
35+
name: IBM Equal Access
3636
runs-on: ubuntu-latest
3737
permissions:
3838
contents: read

.github/workflows/a11y-unit-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Run Frontend A11y Unit Tests
1+
name: A11y / Unit Tests
22

33
on:
44
pull_request:
@@ -24,7 +24,7 @@ env:
2424

2525
jobs:
2626
a11y-unit-tests:
27-
name: Frontend A11y Unit Tests (jest-axe)
27+
name: Frontend jest-axe
2828
runs-on: ubuntu-latest
2929
permissions:
3030
contents: read
@@ -53,6 +53,6 @@ jobs:
5353
if: always()
5454
with:
5555
report_paths: "src/frontend/test-results/junit.xml"
56-
check_name: "Frontend A11y Unit Test Results"
56+
check_name: "A11y / Unit Test Results"
5757
fail_on_failure: true
5858
require_tests: true

0 commit comments

Comments
 (0)