Skip to content

Merge pull request #1 from fragrant-teapot/fix-actions #10

Merge pull request #1 from fragrant-teapot/fix-actions

Merge pull request #1 from fragrant-teapot/fix-actions #10

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: PHPUnit Tests
uses: php-actions/phpunit@v3
with:
php_extensions: xdebug
bootstrap: vendor/autoload.php
configuration: phpunit.xml
args: --coverage-text
env:
XDEBUG_MODE: coverage