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:
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user