Some checks failed
CI / tests (push) Failing after 1m1s
Replaces inline workflow with shared workflow call. Co-Authored-By: Charon <charon@lethean.io>
13 lines
183 B
YAML
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
|