Skip to content

Commit

Permalink
chore: Add parent task for a11y test shards
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda committed Sep 14, 2023
1 parent 819c36b commit eb7c7ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,14 @@ jobs:
a11yTest:
name: Components accessibility tests
runs-on: ubuntu-latest
needs:
- a11yTestShards
steps:
- run: echo "Completed all accessibility tests"

a11yTestShards:
name: Components accessibility tests shard
runs-on: ubuntu-latest
strategy:
matrix:
shard: [1, 2, 3, 4, 5, 6]
Expand Down

0 comments on commit eb7c7ab

Please sign in to comment.