2022-03-12 07:02:51 +08:00
|
|
|
name: Mentions PHP
|
|
|
|
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
run:
|
2022-06-19 18:14:21 +08:00
|
|
|
uses: ./.github/workflows/REUSABLE_backend.yml
|
2022-03-12 07:02:51 +08:00
|
|
|
with:
|
|
|
|
enable_backend_testing: true
|
|
|
|
|
|
|
|
backend_directory: ./extensions/mentions
|