mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
14 lines
242 B
YAML
14 lines
242 B
YAML
|
machine:
|
||
|
timezone:
|
||
|
US/Pacific
|
||
|
php:
|
||
|
version: 5.6.2
|
||
|
hosts:
|
||
|
localhost: 127.0.0.1
|
||
|
environment:
|
||
|
ENVIRONMENT: testing-ci
|
||
|
DB_DATABASE: testing.sqlite
|
||
|
test:
|
||
|
override:
|
||
|
- ./vendor/bin/codecept run --env testing-ci -vv
|