test
This commit is contained in:
parent
575aff68b0
commit
f0903de277
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,15 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://code.forgejo.org/actions/checkout@v4
|
uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Cache WordPress Setup
|
||||||
|
id: cache-wordpress
|
||||||
|
uses: actions/cache@v4
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
WP_TESTS_DIR
|
||||||
|
WP_CORE_DIR
|
||||||
|
key: wordpress-cache-1
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: https://github.com/shivammathur/setup-php@v2
|
uses: https://github.com/shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue