Remove pause given we stopped using artisan serve
This commit is contained in:
parent
a3cce90c10
commit
efa2f5a39d
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ before_script:
|
|||
- php artisan db:seed
|
||||
- php artisan token:generate
|
||||
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9515 http://localhost:8000 &
|
||||
- sleep 5 # Give artisan some time to start serving
|
||||
|
||||
script:
|
||||
- php vendor/bin/phpunit --coverage-text
|
||||
|
|
Loading…
Add table
Reference in a new issue