Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: PHPUnit Tests
name: Tests

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
run_tests:
name: Run PHPUnit Tests
name: Run Tests & Static Analysis
runs-on: ubuntu-latest

steps:
Expand All @@ -23,5 +26,8 @@ jobs:
- name: Install dependencies
run: composer install --no-progress

- name: Run PHPStan
run: composer phpstan

- name: Run PHPUnit
run: ./vendor/bin/phpunit --configuration phpunit.xml
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ vendor
.fleet
.idea
.vscode
index.php
index.php
phpstan-baseline.neon
MtnPaymentMethod.php
disbursement.yaml
CLAUDE.md
Loading