fix(CI): Cypress CI enable parallelization (#13637)

This commit is contained in:
Akash Jain 2023-10-18 18:08:13 +05:30 committed by GitHub
parent ee169f612d
commit e1a19f7c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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}}

View File

@ -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}}