Skip to content

Merge pull request #179 from UnityHPC/phpunit #8

Merge pull request #179 from UnityHPC/phpunit

Merge pull request #179 from UnityHPC/phpunit #8

Workflow file for this run

name: phpunit
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3