From 3fdebdc97747596bc74a9f278e78eee463eb83bc Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 29 Aug 2023 18:05:27 +0200 Subject: [PATCH] Update step names in pipelines to be able to differentiate them --- bitbucket-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 95172ab1..2f10ad65 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -77,7 +77,7 @@ definitions: - curl http://localhost:8080/beta-login - npm run --prefix client test:cypress:frontend - &frontend-test-parallel - name: run cypress frontend tests + name: run cypress frontend tests parallel caches: - node - clientmodules @@ -94,7 +94,7 @@ definitions: - curl http://localhost:8080/beta-login - npm run --prefix client currents - &component-test - name: run cypress frontend tests + name: run cypress component tests caches: - node - clientmodules