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
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: