From f7b0a2c6ac7aa1fa69950664cbed4f0da4667cb4 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Fri, 25 Apr 2025 22:34:01 -0400 Subject: [PATCH] tests --- .gitlab/ci/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci/tests.yml b/.gitlab/ci/tests.yml index 3a55a57..1161400 100644 --- a/.gitlab/ci/tests.yml +++ b/.gitlab/ci/tests.yml @@ -11,9 +11,9 @@ Unit Tests: image: siteworxpro/composer before_script: | bin/pcov.sh - script: - - echo "Running unit tests..." - - composer run tests:unit + script: | + echo "Running unit tests..." + composer run tests:unit:coverage artifacts: expire_in: 1 day paths: