Skip to content

Commit

Permalink
Update voiceover.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmorten authored Dec 26, 2023
1 parent 5c068b9 commit f4f4d0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/voiceover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ jobs:
run: yarn test:generate

test-voiceover:
name: Playwright VoiceOver Tests (${{ matrix.shardIndex }} / 5)
name: Playwright VoiceOver Tests (${{ matrix.shardIndex }} / 10)
needs: macos-install
runs-on: macos-12
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2, 3, 4, 5]
shardIndex: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
key: macos-testSuites-${{ hashFiles('aria-at') }}-${{ hashFiles('ignoredTests.json') }}

- name: Run Tests
run: yarn test ./src/macOsVoiceOver.spec.ts --config macos.config.ts --shard ${{ matrix.shardIndex }}/5
run: yarn test ./src/macOsVoiceOver.spec.ts --config macos.config.ts --shard ${{ matrix.shardIndex }}/10
continue-on-error: true

- name: Archive Playwright Artifacts
Expand Down

0 comments on commit f4f4d0a

Please sign in to comment.