Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
auth
Commits
07ac4d04
Commit
07ac4d04
authored
Feb 27, 2019
by
Bertrand Gauthier
Browse files
.gitlab-ci.yml : désactivation des tests unitaires.
parent
bd13eceb
Pipeline
#3778
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
07ac4d04
...
...
@@ -7,14 +7,14 @@ cache:
paths
:
-
vendor/
unit-tests
:
stage
:
tests
script
:
-
composer install --no-interaction --no-suggest --no-progress
-
php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
artifacts
:
paths
:
-
coverage.txt
#
unit-tests:
#
stage: tests
#
script:
#
- composer install --no-interaction --no-suggest --no-progress
#
- php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
#
artifacts:
#
paths:
#
- coverage.txt
update-satis
:
stage
:
publish
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment