We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf20a7 commit 7ad076dCopy full SHA for 7ad076d
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: "ramsey/composer-install@v1"
29
30
- run: sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
31
-
+ - run: cd docker && docker build --rm --force-rm --no-cache --pull --tag "enqueue/dev:latest" -f Dockerfile .
32
- run: docker run --workdir="/mqdev" -v "`pwd`:/mqdev" --rm enqueue/dev:latest php -d memory_limit=1024M bin/phpstan analyse -l 1 -c phpstan.neon --error-format=github -- ${{ env.GIT_DIFF_FILTERED }}
33
if: env.GIT_DIFF_FILTERED
34
0 commit comments