mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-11 08:23:40 +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
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
job: [0, 1, 2]
|
job: [0]
|
||||||
environment: test
|
environment: test
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
job: [0, 1, 2]
|
job: [0]
|
||||||
environment: test
|
environment: test
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
|||||||
@ -29,7 +29,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
job: [0, 1, 2]
|
job: [0]
|
||||||
environment: test
|
environment: test
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo "Step is not required"'
|
- run: 'echo "Step is not required"'
|
||||||
@ -41,7 +41,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
job: [0, 1, 2]
|
job: [0]
|
||||||
environment: test
|
environment: test
|
||||||
steps:
|
steps:
|
||||||
- name: Free Disk Space (Ubuntu)
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user