Update step names in pipelines to be able to differentiate them
This commit is contained in:
parent
ae394e99c0
commit
3fdebdc977
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue