Skip to content

Commit 71a92fe

Browse files
committed
Run all tests in Github Actions
1 parent c3b98bd commit 71a92fe

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

phpunit.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
stopOnFailure="false">
1111
<testsuites>
1212
<testsuite name="Testsuite">
13-
<file>./tests/ConfigTest.php</file>
14-
<file>./tests/TaskHandlerTest.php</file>
15-
<file>./tests/CloudTasksApiTest.php</file>
16-
<file>./tests/CloudTasksDashboardTest.php</file>
13+
<directory suffix="Test.php">./tests</directory>
1714
</testsuite>
1815
</testsuites>
1916
<php>

0 commit comments

Comments
 (0)