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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue