php-agentic/.forgejo/workflows/ci.yml
Claude 1226ec0db0
Some checks failed
CI / tests (push) Failing after 1m1s
ci: use reusable PHP test workflow from core/php
Replaces inline workflow with shared workflow call.

Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:20:49 +00:00

13 lines
183 B
YAML

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
tests:
uses: core/php/.forgejo/workflows/php-test.yml@main
with:
coverage: true