Skip to content

Commit

Permalink
Update bundle-higher-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mops1k authored Dec 23, 2023
1 parent 81e7d23 commit 2b3fc29
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/bundle-higher-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@ jobs:
run: vendor/bin/phpstan --memory-limit=-1 --no-progress
- name: Execute ecs checks
run: vendor/bin/ecs --no-error-table --no-progress-bar
- name: Execute PHPUnit tests
run: vendor/bin/phpunit
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
env:
XDEBUG_MODE: coverage
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml.dist
php_extensions: xdebug
coverage_clover: coverage/clover.xml

0 comments on commit 2b3fc29

Please sign in to comment.