mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-03 12:08:31 +00:00
fix(ci): reduce cypress machines to 1 (#13327)
This commit is contained in:
parent
04760177f6
commit
749bd03fe2
@ -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"'
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job: [0, 1, 2]
|
||||
job: [0]
|
||||
environment: test
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
|
||||
@ -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"'
|
||||
@ -41,7 +41,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
job: [0, 1, 2]
|
||||
job: [0]
|
||||
environment: test
|
||||
steps:
|
||||
- name: Free Disk Space (Ubuntu)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user