Clean up invalid args (#922)

* Use raw phpunit command instead of action
* Remove invalid/redundant args from security checker
This commit is contained in:
Martin Rademacher 2021-03-26 10:09:09 +13:00 committed by GitHub
parent 238533ba59
commit 006bd7fc75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

View File

@ -16,7 +16,8 @@ jobs:
with:
php-version: '7.4'
- uses: ramsey/composer-install@v1
- name: Composer install
uses: ramsey/composer-install@v1
with:
dependency-versions: 'highest'
@ -50,11 +51,6 @@ jobs:
uses: ramsey/composer-install@v1
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}
- name: PHPUnit Tests
uses: php-actions/phpunit@v1
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
args: --coverage-text
run: bin/phpunit --configuration phpunit.xml.dist --coverage-text

View File

@ -38,6 +38,3 @@ jobs:
key: security-checker-db
- uses: symfonycorp/security-checker-action@v2
id: security-checker
with:
dependency-versions: 'highest'