Skip to content

Commit

Permalink
Update drone rules
Browse files Browse the repository at this point in the history
  • Loading branch information
et-nik committed Sep 4, 2021
1 parent b4d9239 commit d8b9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ steps:
DB_USERNAME: homestead
DB_PASSWORD: secret
commands:
- touch .env
- cp .env.example .env
- php artisan migrate:fresh --seed
- vendor/bin/phpunit --verbose
- rm -rf storage/app/certs
Expand Down

0 comments on commit d8b9f45

Please sign in to comment.