Skip to content

Commit 682273f

Browse files
authored
Test Fix
1 parent d2bd017 commit 682273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wp-compatibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
# Use WordPress-specific PHPMD configuration (WordPress snake_case compatible)
217217
echo "Using WordPress-specific PHPMD configuration (WordPress snake_case compatible)..."
218218
# Run PHPMD but don't fail the build on naming convention issues
219-
phpmd optimizations-ace-mc.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
219+
phpmd simple-wp-optimizer.php text phpmd.xml || echo "PHPMD completed with warnings (WordPress naming conventions may differ from PHPMD defaults)"
220220
221221
- name: Create issue on PHPMD failure
222222
if: ${{ failure() }}

0 commit comments

Comments
 (0)