Skip to content

WiP

WiP #4

Workflow file for this run

name: CI
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit Test
uses: php-actions/phpunit@v3
with:
configuration: phpunit.xml