mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
use token for auth with github + use chill/database [ci-skip]
This commit is contained in:
parent
69a970cd14
commit
06ab5834ea
@ -1,9 +1,9 @@
|
||||
services:
|
||||
- postgres:9.4
|
||||
- chill/database:latest
|
||||
|
||||
|
||||
before_script:
|
||||
- export GITHUB_COMPOSER_AUTH=$GITHUB_TOKEN
|
||||
- composer config github-oauth.github.com $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
|
||||
@ -15,5 +15,4 @@ test:php-5.6:
|
||||
script: phpunit --testdox
|
||||
test:php-7:
|
||||
stage: test
|
||||
script: phpunit --testdox
|
||||
|
||||
script: phpunit --testdox
|
Loading…
x
Reference in New Issue
Block a user