CircleCI Configuration for Tests

pull/3/head
Hasin Hayder 3 years ago
parent 06823f039d
commit 2d9a8693ae

@ -46,16 +46,11 @@ jobs:
- run:
name: "Create Environment file and generate app key"
command: |
mv .env.example .env
php artisan key:generate
command: mv .env.example .env && php artisan key:generate
- run:
name: "Create database and run migration"
command: |
touch database/hydra.sqlite
php artisan migrate
php artisan db:seed
command: touch database/hydra.sqlite && php artisan migrate && php artisan db:seed
- run:
name: "Run Tests"

Loading…
Cancel
Save