Update main.yml

This commit is contained in:
Dennis Eichhorn 2019-12-30 12:12:12 +01:00 committed by GitHub
parent 39a3a129d6
commit c8830380e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
repository: Orange-Management/Build repository: Orange-Management/Build
path: ../Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with:
@ -86,7 +86,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
repository: Orange-Management/Build repository: Orange-Management/Build
path: ../Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with:
@ -105,7 +105,7 @@ jobs:
- name: Setup Composer - name: Setup Composer
run: composer install run: composer install
- name: phpstan - name: phpstan
run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 7 -c ../Build/Config/phpstan.neon ./ run: vendor/bin/phpstan analyse -a Autoloader.php --no-progress -l 7 -c Build/Config/phpstan.neon ./
codestyle-tests: codestyle-tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -123,7 +123,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
repository: Orange-Management/Build repository: Orange-Management/Build
path: ../Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with:
@ -142,7 +142,7 @@ jobs:
- name: Setup Composer - name: Setup Composer
run: composer install run: composer install
- name: phpcs - name: phpcs
run: vendor/bin/phpcs ./ --standard="../Build/Config/phpcs.xml" -s --report=full run: vendor/bin/phpcs ./ --standard="Build/Config/phpcs.xml" -s --report=full
custom: custom:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
@ -160,7 +160,7 @@ jobs:
with: with:
fetch-depth: 1 fetch-depth: 1
repository: Orange-Management/Build repository: Orange-Management/Build
path: ../Build path: Build
- name: Setup PHP, with composer and extensions - name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@master uses: shivammathur/setup-php@master
with: with: