We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e3725 commit 143e99dCopy full SHA for 143e99d
.gitlab-ci.yml
@@ -30,6 +30,20 @@ test:php:
30
- build/docs/
31
coverage: '/^\s*Lines:\s*\d+.\d+\%/'
32
33
+test:php-last:
34
+ image: registry.gitlab.com/aplus-framework/images/base:3
35
+ stage: test
36
+ timeout: 10 minutes
37
+ cache:
38
+ paths:
39
+ - vendor/
40
+ before_script:
41
+ - php -v
42
+ - composer update
43
+ script:
44
+ - vendor/bin/phpunit --colors=never
45
+ coverage: '/^\s*Lines:\s*\d+.\d+\%/'
46
+
47
pages:
48
stage: deploy
49
timeout: 10 minutes
0 commit comments