File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 username : ${{ secrets.DOCKERHUB_USERNAME }}
3131 password : ${{ secrets.DOCKERHUB_TOKEN }}
3232 - name : Install dependencies
33- run : composer install --prefer-dist --no-interaction --no-suggest
33+ run : composer install --prefer-dist --no-interaction
3434
3535 - name : Compose Blackbox environment
3636 run : docker compose up -d
Original file line number Diff line number Diff line change 2828 coverage : none
2929
3030 - name : Install dependencies
31- run : composer install --prefer-dist --no-interaction --no-suggest
31+ run : composer install --prefer-dist --no-interaction
3232 - name : Run PHP Code Sniffer
3333 run : ./vendor/bin/phpcs
3434
5858 tools : " cs2pr"
5959
6060 - name : Install dependencies
61- run : composer install --prefer-dist --no-interaction --no-suggest
61+ run : composer install --prefer-dist --no-interaction
6262 - name : Run PHPStan
6363 run : " vendor/bin/phpstan analyse --autoload-file tests/bootstrap.php --error-format=checkstyle | cs2pr"
Original file line number Diff line number Diff line change 6262 coverage : none
6363
6464 - name : Install dependencies
65- run : composer update --prefer-dist --no-interaction --no-suggest
65+ run : composer update --prefer-dist --no-interaction
6666
6767 - name : Start Redis
6868 uses : supercharge/redis-github-action@1.1.0
You can’t perform that action at this time.
0 commit comments