mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-12-18 22:43:47 +01:00
CI: fix PHP tests jobs rules
This commit is contained in:
parent
4003fdfcfc
commit
548315b248
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ tests:bullseye:
|
||||||
stage: tests
|
stage: tests
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/**/*.php
|
||||||
script:
|
script:
|
||||||
- rm -fr vendor
|
- rm -fr vendor
|
||||||
- composer install
|
- composer install
|
||||||
|
@ -35,7 +35,7 @@ tests:buster:
|
||||||
stage: tests
|
stage: tests
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/**/*.php
|
||||||
script:
|
script:
|
||||||
- rm -fr vendor
|
- rm -fr vendor
|
||||||
- composer install
|
- composer install
|
||||||
|
@ -76,7 +76,7 @@ tests:jessie:
|
||||||
stage: tests
|
stage: tests
|
||||||
rules:
|
rules:
|
||||||
- changes:
|
- changes:
|
||||||
- src/*
|
- src/**/*.php
|
||||||
script:
|
script:
|
||||||
- cd /tmp/
|
- cd /tmp/
|
||||||
- composer require overtrue/phplint --dev
|
- composer require overtrue/phplint --dev
|
||||||
|
|
Loading…
Reference in a new issue