Skip to content

Commit

Permalink
Update end to end test sharding on CI, make Playwright tests faster, …
Browse files Browse the repository at this point in the history
…Puppeteer tests slower (#50362)

* Increase playwright shards to 4, decrease puppeteer to 3

* Temporarily enable list reporter

* Revert "Temporarily enable list reporter"

This reverts commit 14b78c3.
  • Loading branch information
talldan authored Jun 23, 2023
1 parent d978b0b commit 5fa3f81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/end2end-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [1, 2, 3, 4]
totalParts: [4]
part: [1, 2, 3]
totalParts: [3]

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [1, 2]
totalParts: [2]
part: [1, 2, 3, 4]
totalParts: [4]

steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
Expand Down

0 comments on commit 5fa3f81

Please sign in to comment.