Hi guys, I have this part of my pipeline:
# omitted
pipelines:
pull-requests:
'**':
- parallel: # this point
# omitted
Is it possible to run parallel tests on this part? The pipeline is valid but it doesn't work when I run it.
Valid pipeline:

Error to execute:

Thanks in advance.