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:
name: Run unit tests
image: python:3.7-alpine3.9
services:
- docker
@ -1864,6 +1865,7 @@ pipelines:
- py.test tests/
- py.test shared-components/tests/
- step:
name: Run integration tests
services:
- docker
script:

View File

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