Skip to content

Commit

Permalink
feat: update pipeline.yml to fix :package_name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Poyigi <[email protected]>
  • Loading branch information
sampoyigi committed Oct 20, 2024
1 parent 41a89e8 commit 24a0877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false"
cacheDirectory=".phpunit.cache" backupStaticProperties="false">
<testsuites>
<testsuite name=":package_name Test Suite">
<testsuite name="API Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 24a0877

Please sign in to comment.