[CI] merge no-dev

This commit is contained in:
TomasVotruba 2020-07-06 01:08:37 +02:00
parent 949cf70cd1
commit ede17b8f23
2 changed files with 1 additions and 26 deletions

View File

@ -18,5 +18,5 @@ jobs:
php-version: 7.3
coverage: none
- run: composer install --no-progress --ansi
- run: composer install --no-progress --ansi --no-dev
- run: composer rector-ci

View File

@ -1,25 +0,0 @@
name: Rector no dev
on:
pull_request: null
push:
branches:
- master
jobs:
rector_no_dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
-
uses: shivammathur/setup-php@v1
with:
php-version: 7.3
coverage: none
- run: composer install --no-progress --ansi --no-dev
- run: |
# needs to remove, add dev dependencies are missing and phpstan.neon includes them
rm phpstan.neon
bin/rector list