1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00
Files
php-flarum/.github/workflows/flarum-core-backend.yml
Alexander Skvortsov 961fecaf5e Revert "use composer root version workflow"
This reverts commit f01c92bfab.
2022-03-11 21:18:45 -05:00

16 lines
445 B
YAML

name: Core PHP
on: [workflow_dispatch, push, pull_request]
# The reusable workflow definitions will be moved to the `flarum/framework` repo soon.
# This will break your current script.
# When this happens, run `flarum-cli audit infra --fix` to update your infrastructure.
jobs:
run:
uses: flarum/.github/.github/workflows/REUSABLE_backend.yml@main
with:
enable_backend_testing: true
backend_directory: ./framework/core