Run default steps in parallel
This commit is contained in:
parent
98a4ae2000
commit
1306db8f8a
|
|
@ -94,16 +94,17 @@ js-linting: &js-linting
|
|||
- npm run typecheck
|
||||
|
||||
default-steps: &default-steps
|
||||
- step: *e2e
|
||||
- step: *e2e
|
||||
- step: *python-tests
|
||||
- step: *python-linting
|
||||
- step: *js-tests
|
||||
- step: *js-linting
|
||||
- step:
|
||||
<<: *deploy
|
||||
name: deploy feature
|
||||
trigger: manual
|
||||
- parallel:
|
||||
- step: *e2e
|
||||
- step: *e2e
|
||||
- step: *python-tests
|
||||
- step: *python-linting
|
||||
- step: *js-tests
|
||||
- step: *js-linting
|
||||
- step:
|
||||
<<: *deploy
|
||||
name: deploy feature
|
||||
trigger: manual
|
||||
|
||||
# main pipelines definitions
|
||||
pipelines:
|
||||
|
|
|
|||
Loading…
Reference in New Issue