Skip to content

docs: Add guidelines for using the agent workspace in AGENTS.md #89

docs: Add guidelines for using the agent workspace in AGENTS.md

docs: Add guidelines for using the agent workspace in AGENTS.md #89

Workflow file for this run

name: Run PhpUnit tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Set up php
uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
tools: composer:v2
- name: Checkout
uses: actions/checkout@v4
- name: Composer install
uses: ./.github/actions/composer-install
- name: Run PhpUnit tests
run: ./vendor/bin/phpunit tests