mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix phpunit command and github token
This commit is contained in:
parent
45ad577e8b
commit
675896b5df
@ -3,7 +3,7 @@ services:
|
||||
|
||||
|
||||
before_script:
|
||||
- export GITHUB_COMPOSER_AUTH=$GITHUB_COMPOSER_AUTH
|
||||
- export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN
|
||||
- composer install
|
||||
- cp Tests/Fixtures/App/config/parameters.gitlab-ci.yml Tests/Fixtures/App/config/parameters.yml
|
||||
- php Tests/Fixtures/App/console --env=test cache:warmup
|
||||
@ -12,7 +12,7 @@ before_script:
|
||||
|
||||
test:php-5.6:
|
||||
stage: test
|
||||
script: phpunit --testdox-test
|
||||
script: phpunit --testdox
|
||||
test:php-7:
|
||||
stage: test
|
||||
script: phpunit --testdox-text
|
||||
script: phpunit --testdox
|
Loading…
x
Reference in New Issue
Block a user