diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 5e4089f..255c444 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: php bin/console lint:yaml config/ - 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 env: