File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,6 @@ website/node_modules
17
17
website /i18n /*
18
18
19
19
/tests /dependencies /copy /
20
- /tests /dependencies /graphqlite-bundle /
20
+ /tests /dependencies /graphqlite-bundle /
21
+ /tests /dependencies /graphqlite-laravel /
22
+ /tests /dependencies /graphqlite-universal-service-provider /
Original file line number Diff line number Diff line change 37
37
- *composerupdate
38
38
script :
39
39
- *phpunit
40
+ # Test bundle
40
41
- stage : test_dependencies
41
42
php : 7.3
42
43
env : PREFER_LOWEST=""
50
51
- composer install
51
52
script :
52
53
- vendor/bin/phpunit
54
+ # Test graphqlite-universal-service-provider
55
+ - stage : test_dependencies
56
+ php : 7.3
57
+ env : PREFER_LOWEST=""
58
+ before_script :
59
+ - mkdir -p tests/dependencies
60
+ - rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
61
+ - cd tests/dependencies
62
+ - git clone https://github.com/thecodingmachine/graphqlite-universal-service-provider.git
63
+ - php ./makeComposerLocal.php graphqlite-universal-service-provider/composer.json
64
+ - cd graphqlite-universal-service-provider
65
+ - composer install
66
+ script :
67
+ - vendor/bin/phpunit
68
+ # Test graphqlite-laravel
69
+ - stage : test_dependencies
70
+ php : 7.3
71
+ env : PREFER_LOWEST=""
72
+ before_script :
73
+ - mkdir -p tests/dependencies
74
+ - rsync -av . tests/dependencies/copy/ --exclude tests --exclude vendor
75
+ - cd tests/dependencies
76
+ - git clone https://github.com/thecodingmachine/graphqlite-laravel.git
77
+ - php ./makeComposerLocal.php graphqlite-laravel/composer.json
78
+ - cd graphqlite-laravel
79
+ - composer install
80
+ script :
81
+ - vendor/bin/phpunit
53
82
- stage : doc
54
83
if : branch = master AND type = push
55
84
name : " Doc generation"
You can’t perform that action at this time.
0 commit comments