Skip to content

Commit

Permalink
chore: f
Browse files Browse the repository at this point in the history
  • Loading branch information
Saul-Mirone committed Dec 16, 2024
1 parent 63404f7 commit 58493bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
shard:
[1, 2, 3, 4, 5]
shard: [1, 2, 3, 4, 5]
steps:
- name: checkout code repository
uses: actions/checkout@v4
Expand All @@ -37,7 +36,7 @@ jobs:
run: pnpm --filter=@milkdown/e2e test:install

- name: run playwright
run: pnpm test:e2e --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}
run: pnpm test:e2e -- --forbid-only --shard=${{ matrix.shard }}/${{ strategy.job-total }}

- name: upload test results
if: ${{ failure() }}
Expand Down

0 comments on commit 58493bc

Please sign in to comment.