Skip to content

Fix publishing ci

Fix publishing ci #3

Workflow file for this run

name: Testing
on: [push]
jobs:
phpunit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
configuration: ./phpunit.xml
memory_limit: 256M