fix(CI): Cypress Machines increase from 2 to 3 (#10912)

* Update cypress-integration-tests-mysql.yml

* Update cypress-integration-tests-postgresql.yml
This commit is contained in:
Akash Jain 2023-04-04 12:48:04 +05:30 committed by GitHub
parent d4db1f3fdd
commit f74a190e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
job: [0, 1] job: [0, 1, 2]
environment: test environment: test
steps: steps:

View File

@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
job: [0, 1] job: [0, 1, 2]
environment: test environment: test
steps: steps: