mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-18 13:31:41 +00:00
fix(CI): Cypress CI enable parallelization (#13637)
This commit is contained in:
parent
ee169f612d
commit
e1a19f7c7e
@ -119,7 +119,7 @@ jobs:
|
||||
with:
|
||||
install: false
|
||||
record: true
|
||||
parallel: false
|
||||
parallel: true
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
wait-on: 'http://localhost:8585'
|
||||
group: cypress-ci-mysql-oss-${{ github.run_id }}-${{github.run_attempt}}
|
||||
|
@ -119,7 +119,7 @@ jobs:
|
||||
with:
|
||||
install: false
|
||||
record: true
|
||||
parallel: false
|
||||
parallel: true
|
||||
working-directory: openmetadata-ui/src/main/resources/ui/
|
||||
wait-on: 'http://localhost:8585'
|
||||
group: cypress-ci-psql-oss-${{ github.run_id }}-${{github.run_attempt}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user