mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
Add names to unit/func test steps.
This commit is contained in:
parent
38f13cdcb6
commit
d9274112f3
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user