ci: use reusable PHP test workflow from core/php
Some checks failed
CI / tests (push) Failing after 1m16s
Some checks failed
CI / tests (push) Failing after 1m16s
Co-Authored-By: Charon <charon@lethean.io>
This commit is contained in:
parent
63abc5f99a
commit
912927fdd0
1 changed files with 13 additions and 0 deletions
13
.forgejo/workflows/ci.yml
Normal file
13
.forgejo/workflows/ci.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
uses: core/php/.forgejo/workflows/php-test.yml@main
|
||||
with:
|
||||
coverage: true
|
||||
Loading…
Add table
Reference in a new issue