test
Some checks failed
PHP Code Checker / Run PHP Code Checker (pull_request) Successful in 45s
Unit Testing / Run phpunit tests (pull_request) Has been cancelled

This commit is contained in:
André Menrath 2024-09-21 12:38:14 +02:00
parent 2af7ea5288
commit 5b7676ee09
2 changed files with 3 additions and 4 deletions

View file

@ -32,6 +32,7 @@ jobs:
path: |
./vendor/
/root/.cache/composer/
/usr/local/bin/composer
key: cache-composer-2
- name: Setup PHP
@ -47,7 +48,5 @@ jobs:
if: steps.cache-composer.outputs.cache-hit != 'true'
uses: ramsey/composer-install@v3
- run: which composer && composer config --list
- name: Detect coding standard violations
run: ./vendor/bin/phpcs

View file

@ -33,8 +33,8 @@ jobs:
uses: https://code.forgejo.org/actions/cache@v4
with:
path: |
WP_TESTS_DIR
WP_CORE_DIR
${{ env.WP_CORE_DIR }}
${{ env.WP_TESTS_DIR }}
key: cache-wordpress-1
- name: Setup PHP