diff --git a/.env.travis b/.env.test similarity index 96% rename from .env.travis rename to .env.test index 20e87228b..46460a1a5 100644 --- a/.env.travis +++ b/.env.test @@ -1,5 +1,5 @@ DB_CONNECTION=mysql -DB_HOST = localhost +DB_HOST = 127.0.0.1 DB_PORT = 3306 DB_SOCKET = DB_USERNAME = TEST diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index a407c7993..151a0a405 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Copy .env - run: php -r "file_exists('.env') || copy('.env.example', '.env');" + run: php -r "file_exists('.env') || copy('.env.test', '.env');" - name: Install Dependencies run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist - name: Generate key