mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore: fix shard numbers for test_test_runner (#23091)
This commit is contained in:
parent
e80ff0df77
commit
735b1290d4
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
@ -135,10 +135,10 @@ jobs:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
node-version: 18
|
||||
shard: [1/2]
|
||||
shard: 1/2
|
||||
- os: ubuntu-latest
|
||||
node-version: 18
|
||||
shard: [2/2]
|
||||
shard: 2/2
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user