Update CI config

pull/417/head
Daniel Supernault 2018-08-27 21:59:28 -06:00
rodzic e8616c290f
commit 505d734e68
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -41,7 +41,10 @@ jobs:
paths:
- vendor
- run: php artisan key:generate && php artisan config:clear
- run: cp .env.example .env
- run: php artisan storage:link
- run: php artisan key:generate
- run: php artisan config:clear
# run tests with phpunit or codecept
- run: ./vendor/bin/phpunit