Skip to content

Commit

Permalink
fix: make Pest work with GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loilo authored Feb 3, 2025
1 parent ee43909 commit 5facc28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<phpunit bootstrap="vendor/autoload.php" colors="true">
<testsuites>
<testsuite name="Fuse Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 5facc28

Please sign in to comment.