mirror of
https://gh.wpcy.net/https://github.com/timber/wp-i18n-twig.git
synced 2026-04-26 11:44:28 +08:00
16 lines
283 B
YAML
16 lines
283 B
YAML
name: Testing
|
|
|
|
on:
|
|
pull_request:
|
|
push:
|
|
branches:
|
|
- main
|
|
- master
|
|
schedule:
|
|
- cron: '17 1 * * *' # Run every day on a seemly random time.
|
|
|
|
jobs:
|
|
test:
|
|
uses: wp-cli/.github/.github/workflows/reusable-testing.yml@main
|
|
with:
|
|
minimum-php: 7.2
|