Add names to unit/func test steps.

This commit is contained in:
Steve Smith 2021-04-14 15:48:19 +10:00
parent 38f13cdcb6
commit d9274112f3
2 changed files with 4 additions and 0 deletions

View File

@ -1847,6 +1847,7 @@ pipelines:
###################################################################### ######################################################################
'**': '**':
- step: - step:
name: Run unit tests
image: python:3.7-alpine3.9 image: python:3.7-alpine3.9
services: services:
- docker - docker
@ -1864,6 +1865,7 @@ pipelines:
- py.test tests/ - py.test tests/
- py.test shared-components/tests/ - py.test shared-components/tests/
- step: - step:
name: Run integration tests
services: services:
- docker - docker
script: script:

View File

@ -137,6 +137,7 @@ pipelines:
###################################################################### ######################################################################
'**': '**':
- step: - step:
name: Run unit tests
image: python:3.7-alpine3.9 image: python:3.7-alpine3.9
services: services:
- docker - docker
@ -154,6 +155,7 @@ pipelines:
- py.test tests/ - py.test tests/
- py.test shared-components/tests/ - py.test shared-components/tests/
- step: - step:
name: Run integration tests
services: services:
- docker - docker
script: script: