From 63f60248b3f680af789abe005d99d0c5390cdd93 Mon Sep 17 00:00:00 2001 From: Jordi Loyzaga Date: Sat, 27 Apr 2024 03:20:19 -0600 Subject: [PATCH] testing parallel pipeline --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 841ceef..696ad8c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,20 +3,20 @@ name: default type: docker pipeline: - setup: + unittest: image: python + group: test commands: - pip install -r requirements_test.txt - ./scripts/CI/setup.sh - - unittest: - image: python - commands: - ./scripts/CI/test.sh static analysis: image: python + group: test commands: + - pip install -r requirements_test.txt + - ./scripts/CI/setup.sh - ./scripts/CI/lint.sh settings: