Skip to content

Commit

Permalink
fix github unittest workflow (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Coutadeur committed Mar 28, 2024
1 parent 98891ae commit 7c1ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: PHPUnit Tests for php8.2
uses: php-actions/phpunit@v3
with:
configuration: tests/phpunit.xml
configuration: tests/Ltb/phpunit.xml
version: latest
php_version: 8.2
args: --coverage-text
Expand Down

0 comments on commit 7c1ab88

Please sign in to comment.