14 lines
183 B
YAML
14 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
|