mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-17 15:59:06 +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
|
||||
rules:
|
||||
- changes:
|
||||
- src/*
|
||||
- src/**/*.php
|
||||
script:
|
||||
- rm -fr vendor
|
||||
- composer install
|
||||
|
@ -35,7 +35,7 @@ tests:buster:
|
|||
stage: tests
|
||||
rules:
|
||||
- changes:
|
||||
- src/*
|
||||
- src/**/*.php
|
||||
script:
|
||||
- rm -fr vendor
|
||||
- composer install
|
||||
|
@ -76,7 +76,7 @@ tests:jessie:
|
|||
stage: tests
|
||||
rules:
|
||||
- changes:
|
||||
- src/*
|
||||
- src/**/*.php
|
||||
script:
|
||||
- cd /tmp/
|
||||
- composer require overtrue/phplint --dev
|
||||
|
|
Loading…
Reference in a new issue