mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-30 03:46:10 +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:
|
jobs:
|
||||||
playwright-ci-mysql:
|
playwright-ci-mysql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
shardIndex: [1, 2]
|
||||||
|
shardTotal: [2]
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
|
@ -31,5 +31,10 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
playwright-ci-postgresql:
|
playwright-ci-postgresql:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
shardIndex: [1, 2]
|
||||||
|
shardTotal: [2]
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user