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