Skip to content

CI: Migrate to Github CI #10

CI: Migrate to Github CI

CI: Migrate to Github CI #10

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@run-as-current-user
- name: PHPUnit Tests
uses: php-actions/phpunit@v4
with:
bootstrap: vendor/autoload.php
configuration: phpunit.xml