CircleCI Configuration for Tests

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

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

Loading…
Cancel
Save