Files
Php-Template/.gitlab-ci.yml
2025-04-25 20:46:09 -04:00

13 lines
236 B
YAML

stages:
- test
Unit Tests:
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
when: always
- when: never
stage: test
image: siteworxpro/composer
script:
- echo "Running unit tests..."
- composer run tests:unit