fix(ci): reduce cypress machines to 1 (#13327)

This commit is contained in:
Chirag Madlani 2023-09-25 19:06:08 +05:30 committed by GitHub
parent 04760177f6
commit 749bd03fe2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2]
job: [0]
environment: test
steps:
- run: 'echo "Step is not required"'

View File

@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
job: [0, 1, 2]
job: [0]
environment: test
steps:
- name: Free Disk Space (Ubuntu)

View File

@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2]
job: [0]
environment: test
steps:
- run: 'echo "Step is not required"'

View File

@ -41,7 +41,7 @@ jobs:
strategy:
fail-fast: false
matrix:
job: [0, 1, 2]
job: [0]
environment: test
steps:
- name: Free Disk Space (Ubuntu)