You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✔ Ran `wp plugin list-checks` in 'cli'. (in 0s 555ms)
ℹ Starting 'wp plugin list-check-categories' on the cli container.
name slug
General general
Plugin Repo plugin_repo
Security security
Performance performance
Accessibility accessibility
✔ Ran `wp plugin list-check-categories` in 'cli'. (in 0s 744ms)
ℹ Starting 'wp plugin check MY_PLUGIN_NAME --format=json --categories=performance,accessibility,plugin_repo,security --require=./wp-content/plugins/plugin-check/cli.php' on the cli container.
Error:
✖ Command failed with exit code 1
Command failed with exit code 1
Error: Process completed with exit code 1.
I also used the sample yaml file from your repo:
name: 'build-test'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run plugin check
uses: wordpress/plugin-check-action@v1
with:
categories: |
performance
accessibility
plugin_repo
security
Executing the code wp plugin check MY_PLUGIN_NAME --format=json --categories=performance,accessibility,plugin_repo,security --require=./wp-content/plugins/plugin-check/cli.php directly on my machine works correctly.
So can you please help me?
The text was updated successfully, but these errors were encountered:
Unfortunately the tests every time fail:
I also used the sample yaml file from your repo:
Executing the code
wp plugin check MY_PLUGIN_NAME --format=json --categories=performance,accessibility,plugin_repo,security --require=./wp-content/plugins/plugin-check/cli.php
directly on my machine works correctly.So can you please help me?
The text was updated successfully, but these errors were encountered: