mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Use correct .env for tests
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
DB_CONNECTION=mysql
|
||||
DB_HOST = localhost
|
||||
DB_HOST = 127.0.0.1
|
||||
DB_PORT = 3306
|
||||
DB_SOCKET =
|
||||
DB_USERNAME = TEST
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user