Skip to content

Commit 9a31699

Browse files
author
José Fernando Cordova
committed
refactoring
1 parent 46fc839 commit 9a31699

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/runtests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22
set -ev
33
# Make sure starter fixtures can load successfully and all tests pass.
4-
docker exec dockerlaravelapidev_php_1 php artisan key:generate
4+
docker exec dockerlaravelapidev_php_1 composer install && cp .env.example .env && php artisan key:generate
5+
docker exec dockerlaravelapidev_php_1 php artisan migrate
56

67

78

0 commit comments

Comments
 (0)