mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2025-07-25 19:12:24 +00:00
Add names to unit/func test steps.
This commit is contained in:
@ -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:
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user