test
All checks were successful
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 41s
Unit Testing / Run phpunit tests (pull_request) Successful in 3m56s

This commit is contained in:
André Menrath 2024-09-21 12:03:56 +02:00
parent 575aff68b0
commit f0903de277

View file

@ -28,6 +28,15 @@ jobs:
- name: Checkout
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
uses: https://github.com/shivammathur/setup-php@v2
with: