Skip to content

Commit

Permalink
ci: run
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed May 14, 2023
1 parent 58b917e commit 1505a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
php-version: "${{ matrix.php-version }}"
coverage: pcov
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- nrun: vendor/bin/phpunit --coverage-clover=coverage.xml
- run: vendor/bin/phpunit --coverage-clover=coverage.xml

- uses: paambaati/codeclimate-action@v4
continue-on-error: true
Expand Down

0 comments on commit 1505a41

Please sign in to comment.