Skip to content

Commit

Permalink
Merge pull request #19 from mpbarlow/ci
Browse files Browse the repository at this point in the history
Add CI for tests
  • Loading branch information
mpbarlow authored Dec 8, 2024
2 parents 3685309 + 8ac39ab commit 584bc9f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: PHPUnit Tests
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
test_suffix: "Test.php"

0 comments on commit 584bc9f

Please sign in to comment.