From 47c36fac8d41f7e8cee61e5868010f1b778cf8a8 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Tue, 3 May 2022 14:55:45 -0700 Subject: [PATCH] Make things run in parallel --- .woodpecker/.test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.woodpecker/.test.yml b/.woodpecker/.test.yml index 497584455..bd9d1ab80 100644 --- a/.woodpecker/.test.yml +++ b/.woodpecker/.test.yml @@ -1,5 +1,6 @@ pipeline: test-debian: + group: test image: openlp/debian pull: true commands: @@ -11,6 +12,7 @@ pipeline: # - linux.coverage test-ubuntu: + group: test image: openlp/ubuntu pull: true commands: @@ -18,6 +20,7 @@ pipeline: - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings test-fedora: + group: test image: openlp/fedora pull: true commands: @@ -25,6 +28,7 @@ pipeline: - xvfb-run -s '-screen 0 1024x768x24' pytest-3 --color=no --disable-warnings test-arch: + group: test image: openlp/arch pull: true commands: