mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24: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
|