diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 14ae852dfbf..2fb0418a3db 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -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}} diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index c54d9cd7d44..29100a77f5c 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -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}}