mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-24 05:04:07 -08:00
Possible fix for acceptance tests (needs oauth key)
This commit is contained in:
parent
73d45e9a14
commit
aefbb76592
|
@ -25,6 +25,7 @@ before_script:
|
|||
- php artisan db:seed --env=testing-ci --database=mysql --force
|
||||
- php artisan --env=testing-ci snipeit:create-admin --first_name=Alison --last_name=Foobar --email=me@example.com --username=snipe --password=password
|
||||
- php artisan --env=testing-ci snipeit:travisci-install
|
||||
- php artisan passport:install
|
||||
- php artisan serve --env=testing-ci --port=8000 --host=localhost &
|
||||
- sleep 5
|
||||
- pip install --user codecov
|
||||
|
|
Loading…
Reference in a new issue