diff --git a/.woodpecker.yml b/.woodpecker.yml index ed85cc042..0610ba1a3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,6 +26,8 @@ pipeline: # artifacts: # paths: # - linux.coverage + depends_on: + - lint-python test-ubuntu: group: test @@ -34,6 +36,8 @@ pipeline: commands: - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings + depends_on: + - lint-python test-fedora: group: test @@ -42,6 +46,8 @@ pipeline: commands: - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings + depends_on: + - lint-python test-arch: group: test @@ -50,6 +56,8 @@ pipeline: commands: - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings + depends_on: + - lint-python # test-macos: # group: test @@ -74,6 +82,8 @@ pipeline: commands: - yarn install - yarn test --browsers ChromiumHeadlessCI + depends_on: + - lint-javascript upload-pypi: group: deploy