Skip to content

⚗️ Fixed test suffix in pipeline #27

⚗️ Fixed test suffix in pipeline

⚗️ Fixed test suffix in pipeline #27

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
test_suffix: Test.php
bootstrap: vendor/autoload.php