Add more output to the test runs.

This commit is contained in:
Steve Smith
2021-04-14 15:53:55 +10:00
parent d9274112f3
commit 1a6138ca16
2 changed files with 8 additions and 8 deletions

View File

@ -1859,11 +1859,11 @@ pipelines:
- export DOCKERFILE='Dockerfile' - export DOCKERFILE='Dockerfile'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
- export MAC_PRODUCT_KEY='confluence' - export MAC_PRODUCT_KEY='confluence'
- py.test tests/ - py.test -v tests/
- py.test shared-components/tests/ - py.test -v shared-components/tests/
- export DOCKERFILE='Dockerfile-alpine' - export DOCKERFILE='Dockerfile-alpine'
- py.test tests/ - py.test -v tests/
- py.test shared-components/tests/ - py.test -v shared-components/tests/
- step: - step:
name: Run integration tests name: Run integration tests
services: services:

View File

@ -149,11 +149,11 @@ pipelines:
- export DOCKERFILE='Dockerfile' - export DOCKERFILE='Dockerfile'
- export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION' - export DOCKERFILE_VERSION_ARG='CONFLUENCE_VERSION'
- export MAC_PRODUCT_KEY='confluence' - export MAC_PRODUCT_KEY='confluence'
- py.test tests/ - py.test -v tests/
- py.test shared-components/tests/ - py.test -v shared-components/tests/
- export DOCKERFILE='Dockerfile-alpine' - export DOCKERFILE='Dockerfile-alpine'
- py.test tests/ - py.test -v tests/
- py.test shared-components/tests/ - py.test -v shared-components/tests/
- step: - step:
name: Run integration tests name: Run integration tests
services: services: