Skip to content

Commit 3129e8e

Browse files
Move to root
1 parent 5c805a0 commit 3129e8e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,4 @@ jobs:
1717
uses: actions/checkout@v3
1818

1919
- name: PHPUnit tests
20-
uses: php-actions/phpunit@v3
21-
with:
22-
configuration: "test/unit/phpunit.xml"
20+
uses: php-actions/phpunit@v3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<phpunit colors="true">
44
<testsuites>
55
<testsuite name="Unit Tests">
6-
<directory>test/unit</directory>
6+
<directory>./test/unit</directory>
77
</testsuite>
88
</testsuites>
99
</phpunit>

0 commit comments

Comments
 (0)