This commit is contained in:
parent
0f32bf59a3
commit
6f95f511af
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ jobs:
|
||||||
php bin/console lint:yaml config/
|
php bin/console lint:yaml config/
|
||||||
|
|
||||||
- name: Static analysis
|
- name: Static analysis
|
||||||
run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
|
run: vendor/bin/phpstan analyse --memory-limit=1G -c ${{ github.workspace }}/phpstan.dist.neon
|
||||||
|
|
||||||
- name: Create and migrate test database
|
- name: Create and migrate test database
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue