Updated CI processing
This commit is contained in:
parent
e05cabd1d1
commit
e594ff2057
@ -6,7 +6,7 @@ APP_LOG_LEVEL=debug
|
||||
APP_URL=http://localhost
|
||||
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST=mysql
|
||||
DB_HOST=mariadb
|
||||
DB_PORT=3306
|
||||
DB_DATABASE=testing
|
||||
DB_USERNAME=root
|
||||
|
@ -50,9 +50,7 @@ before_script:
|
||||
|
||||
# Install Node dependencies.
|
||||
# comment this out if you don't have a node dependency
|
||||
- npm version && ls -al && grep admin *json && md5sum *json
|
||||
- npm install
|
||||
- ls -al && grep admin *json && md5sum *json && npm list
|
||||
|
||||
# Copy over testing configuration.
|
||||
# Don't forget to set the database config in .env.testing correctly
|
||||
|
Loading…
Reference in New Issue
Block a user