Skip to content

Commit 1d9b20e

Browse files
committed
Make PR bitbucket pipeline steps run in parallel
1 parent 548afe3 commit 1d9b20e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bitbucket-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ definitions:
3030
pipelines:
3131
pull-requests:
3232
"**":
33-
- step: *python-format
34-
- step: *js-lint-test-build
33+
- parallel:
34+
- step: *python-format
35+
- step: *js-lint-test-build
3536
branches:
3637
'{master,releases/*}':
3738
- step: *js-lint-test-build

0 commit comments

Comments
 (0)