From d73b38a8a97804d3c17cbfc46d46a62e7dc37988 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 3 May 2022 14:37:00 -0700 Subject: [PATCH] Make things run in parallel --- .woodpecker/.test.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 7f59cd187..eb9806028 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -1,10 +1,9 @@ pipeline: test-debian: - group: test image: openlp/debian pull: true commands: - # - sh scripts/generate_resources.sh + - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings --cov openlp --cov-report term - mv .coverage linux.coverage # artifacts: @@ -12,27 +11,24 @@ pipeline: # - linux.coverage test-ubuntu: - group: test image: openlp/ubuntu pull: true commands: - # - sh scripts/generate_resources.sh + - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings test-fedora: - group: test image: openlp/fedora pull: true commands: - # - sh scripts/generate_resources.sh + - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings test-arch: - group: test image: openlp/arch pull: true commands: - # - sh scripts/generate_resources.sh + - sh scripts/generate_resources.sh - xvfb-run -s '-screen 0 1024x768x24' pytest --color=no --disable-warnings # test-macos: @@ -52,7 +48,6 @@ pipeline: # repo: openlp/openlp test-display: - group: test image: openlp/angular pull: true commands: