mirror of
https://github.com/tchapi/davis.git
synced 2025-01-17 21:08:17 +01:00
Env should be for all jobs (easier)
This commit is contained in:
parent
db043cba4f
commit
e99fa71960
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -5,6 +5,9 @@ on: ["push", "pull_request"]
|
||||
env:
|
||||
COMPOSER_ALLOW_SUPERUSER: '1'
|
||||
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
|
||||
ADMIN_LOGIN: admin
|
||||
ADMIN_PASSWORD: test
|
||||
DATABASE_URL: mysql://user:password@mysql:3306/test_db
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
@ -97,7 +100,3 @@ jobs:
|
||||
run: bin/console doctrine:schema:update --force --no-interaction
|
||||
- name: Run tests with PHPUnit
|
||||
run: vendor/bin/phpunit --process-isolation --colors=always
|
||||
env:
|
||||
ADMIN_LOGIN: admin
|
||||
ADMIN_PASSWORD: test
|
||||
DATABASE_URL: mysql://user:password@mysql:3306/test_db
|
||||
|
Loading…
x
Reference in New Issue
Block a user