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 9c1d503 commit c6730fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: :package_name CI Pipeline
name: Frontend CI Pipeline

on: [ push, pull_request, workflow_dispatch ]

Expand Down
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="Frontend Test Suite">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit c6730fe

Please sign in to comment.