diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9490ca7..3e4845b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,4 +1,4 @@ -name: :package_name CI Pipeline +name: Frontend CI Pipeline on: [ push, pull_request, workflow_dispatch ] diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 468fdb9..417de16 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -4,7 +4,7 @@ bootstrap="vendor/autoload.php" colors="true" processIsolation="false" stopOnFailure="false" cacheDirectory=".phpunit.cache" backupStaticProperties="false"> - + tests