22 - Drop redundant DB_HOST override from CI test step
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m16s
Some checks failed
Build and Push Docker Image / build (push) Failing after 1m16s
This commit is contained in:
parent
6b4d29b8b3
commit
f6d78c3d0b
1 changed files with 0 additions and 1 deletions
|
|
@ -73,7 +73,6 @@ jobs:
|
||||||
|
|
||||||
- name: Tests with coverage
|
- name: Tests with coverage
|
||||||
env:
|
env:
|
||||||
DB_HOST: db
|
|
||||||
REDIS_HOST: redis
|
REDIS_HOST: redis
|
||||||
run: php artisan test --coverage-clover coverage.xml --coverage-text
|
run: php artisan test --coverage-clover coverage.xml --coverage-text
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue