Skip to content

Commit

Permalink
fix error in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmo091 committed Feb 1, 2024
1 parent bd9de41 commit 5bd3233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: "ramsey/composer-install@v2"
- name: PHPUnit Tests
uses: php-actions/phpunit@master
env:
XDEBUG_MODE: coverage
with:
bootstrap: vendor/autoload.php
configuration: tests/phpunit.xml
# php_extensions: curl zlib intl ctype phar pcov xdebug pcntl libxml xml soap posix mbstring dom tokenizer xmlwriter json zip
args: --testdox
env:
-XDEBUG_MODE=coverage

0 comments on commit 5bd3233

Please sign in to comment.