Run default steps in parallel
This commit is contained in:
parent
98a4ae2000
commit
1306db8f8a
|
|
@ -94,6 +94,7 @@ js-linting: &js-linting
|
|||
- npm run typecheck
|
||||
|
||||
default-steps: &default-steps
|
||||
- parallel:
|
||||
- step: *e2e
|
||||
- step: *e2e
|
||||
- step: *python-tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue