With laravel's package auto-discovery, the composer install fails when it tries to install Dusk as it thinks it's running in production
This commit is contained in:
parent
ee9ad1b1f6
commit
48e629e654
|
|
@ -502,8 +502,8 @@ stages:
|
||||||
unit_test:
|
unit_test:
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- composer install
|
|
||||||
- cp .env.example .env
|
- cp .env.example .env
|
||||||
|
- composer install
|
||||||
- php artisan key:generate
|
- php artisan key:generate
|
||||||
- php artisan migrate
|
- php artisan migrate
|
||||||
- vendor/bin/phpunit
|
- vendor/bin/phpunit
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue