php-admin/.forgejo/workflows/ci.yml
Claude 912927fdd0
Some checks failed
CI / tests (push) Failing after 1m16s
ci: use reusable PHP test workflow from core/php
Co-Authored-By: Charon <charon@lethean.io>
2026-02-23 01:22:03 +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