fix playwright skip workflow to have metrix stratagy to comply with workflow (#17774)

This commit is contained in:
Chirag Madlani 2024-09-10 12:32:58 +05:30 committed by GitHub
parent ea21bb0e2c
commit 7f3a9f32bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -31,5 +31,10 @@ on:
jobs:
playwright-ci-mysql:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2]
shardTotal: [2]
steps:
- run: 'echo "Step is not required"'

View File

@ -31,5 +31,10 @@ on:
jobs:
playwright-ci-postgresql:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
shardIndex: [1, 2]
shardTotal: [2]
steps:
- run: 'echo "Step is not required"'