Skip to content

Add binary for gh actions test running #2

Add binary for gh actions test running

Add binary for gh actions test running #2

Workflow file for this run

name: PHPUnit (Unit Tests)
on: [push]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3