Update step names in pipelines to be able to differentiate them

This commit is contained in:
Ramon Wenger 2023-08-29 18:05:27 +02:00
parent ae394e99c0
commit 3fdebdc977
1 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ definitions:
- curl http://localhost:8080/beta-login - curl http://localhost:8080/beta-login
- npm run --prefix client test:cypress:frontend - npm run --prefix client test:cypress:frontend
- &frontend-test-parallel - &frontend-test-parallel
name: run cypress frontend tests name: run cypress frontend tests parallel
caches: caches:
- node - node
- clientmodules - clientmodules
@ -94,7 +94,7 @@ definitions:
- curl http://localhost:8080/beta-login - curl http://localhost:8080/beta-login
- npm run --prefix client currents - npm run --prefix client currents
- &component-test - &component-test
name: run cypress frontend tests name: run cypress component tests
caches: caches:
- node - node
- clientmodules - clientmodules