mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 19:35:56 +00:00
fix playwright skip workflow to have metrix stratagy to comply with workflow (#17774)
This commit is contained in:
parent
ea21bb0e2c
commit
7f3a9f32bb
@ -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"'
|
||||
|
@ -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"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user