This commit is contained in:
parent
0f32bf59a3
commit
5c6de3f195
1 changed files with 5 additions and 1 deletions
|
|
@ -61,7 +61,11 @@ jobs:
|
|||
php bin/console lint:yaml config/
|
||||
|
||||
- name: Static analysis
|
||||
run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
|
||||
run: |
|
||||
echo "PWD: $(pwd)"
|
||||
echo "WORKSPACE: ${{ github.workspace }}"
|
||||
find / -name "phpstan.dist.neon" 2>/dev/null | head -5
|
||||
vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
|
||||
|
||||
- name: Create and migrate test database
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue