Skip to content

Define CI to run phpunit tests #1

Define CI to run phpunit tests

Define CI to run phpunit tests #1

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
- uses: php-actions/phpunit@v3