Skip to content

Commit

Permalink
Test GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
keithbauer committed Oct 2, 2024
1 parent 862df38 commit c9c5e0e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Test Coverage
on: [push]

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: php-actions/composer@v6

- uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml
php_version: 8.3
php_extensions: "xdebug"
coverage_clover: "coverage/clover.xml"

0 comments on commit c9c5e0e

Please sign in to comment.