silverstripe-framework/.github/workflows/ci.yml

21 lines
498 B
YAML
Raw Permalink Normal View History

2022-07-21 04:44:02 +02:00
name: CI
on:
push:
pull_request:
workflow_dispatch:
jobs:
ci:
name: CI
2022-07-21 04:44:02 +02:00
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
with:
# Turn phpcoverage off because it causes a segfault
phpcoverage_force_off: true
phpunit_skip_suites: framework-cache-only
# Ensure we test all in-memory cache factories provided in core
extra_jobs: |
- phpunit: true
phpunit_suite: framework-cache-only
install_in_memory_cache_exts: true