We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c805a0 commit 3129e8eCopy full SHA for 3129e8e
.github/workflows/unit-tests.yml
@@ -17,6 +17,4 @@ jobs:
17
uses: actions/checkout@v3
18
19
- name: PHPUnit tests
20
- uses: php-actions/phpunit@v3
21
- with:
22
- configuration: "test/unit/phpunit.xml"
+ uses: php-actions/phpunit@v3
test/unit/phpunit.xml phpunit.xmltest/unit/phpunit.xml renamed to phpunit.xml
@@ -3,7 +3,7 @@
3
<phpunit colors="true">
4
<testsuites>
5
<testsuite name="Unit Tests">
6
- <directory>test/unit</directory>
+ <directory>./test/unit</directory>
7
</testsuite>
8
</testsuites>
9
</phpunit>
0 commit comments