mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-12 18:04:04 +02:00
use Docker Compose in Actions
This commit is contained in:
@@ -2,8 +2,10 @@ FROM composer AS composer
|
||||
WORKDIR /app
|
||||
ADD . /app
|
||||
RUN composer install \
|
||||
&& ./vendor/bin/phpcs . \
|
||||
&& ./vendor/bin/phpunit
|
||||
&& ./vendor/bin/phpcs --ignore=_build . \
|
||||
&& ./vendor/bin/phpunit \
|
||||
&& ./vendor/bin/psalm --show-info=false \
|
||||
&& ./check-refs-readmes
|
||||
|
||||
FROM python AS sphinx_build
|
||||
WORKDIR /app
|
||||
|
Reference in New Issue
Block a user