Run default steps in parallel

This commit is contained in:
Daniel Egger 2023-05-26 10:20:06 +02:00
parent 98a4ae2000
commit 1306db8f8a
1 changed files with 11 additions and 10 deletions

View File

@ -94,16 +94,17 @@ js-linting: &js-linting
- npm run typecheck - npm run typecheck
default-steps: &default-steps default-steps: &default-steps
- step: *e2e - parallel:
- step: *e2e - step: *e2e
- step: *python-tests - step: *e2e
- step: *python-linting - step: *python-tests
- step: *js-tests - step: *python-linting
- step: *js-linting - step: *js-tests
- step: - step: *js-linting
<<: *deploy - step:
name: deploy feature <<: *deploy
trigger: manual name: deploy feature
trigger: manual
# main pipelines definitions # main pipelines definitions
pipelines: pipelines: