From e86dddb7ee51ac2d237e4345b7215a4680b2eaf4 Mon Sep 17 00:00:00 2001 From: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> Date: Sun, 20 Oct 2024 11:33:30 +0100 Subject: [PATCH] feat: update pipeline.yml to fix :package_name typo Signed-off-by: Sam Poyigi <6567634+sampoyigi@users.noreply.github.com> --- .github/workflows/pipeline.yml | 2 +- phpunit.xml.dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9490ca7..cdac727 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,4 +1,4 @@ -name: :package_name CI Pipeline +name: Coupons CI Pipeline on: [ push, pull_request, workflow_dispatch ] diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 468fdb9..c14b5d8 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