mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
fix phpunit command and github token
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user