From 69cef5eafc221c11065c014267eba0f075d23e7d Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Wed, 26 Apr 2023 16:55:42 +0200 Subject: [PATCH] Replace frontend test step with parallel steps --- bitbucket-pipelines.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 5eaad79d..57966829 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -168,7 +168,12 @@ pipelines: - step: *lint - step: *unittest-python - step: *cypress-test - - step: *frontend-test + - step: *frontend-test-parallel + - step: *frontend-test-parallel + - step: *frontend-test-parallel + - step: *frontend-test-parallel + - step: *frontend-test-parallel + - step: *frontend-test-parallel - step: *jest-test - parallel: - step: *deploy-stage