Fix WordPress Playground tests with improved debugging and error handling

This commit is contained in:
2025-04-23 12:35:16 +01:00
parent db8c84a80a
commit 859161fd0c
3 changed files with 69 additions and 5 deletions

View File

@@ -7,5 +7,8 @@ runs:
shell: bash
run: |
mkdir -p dist
echo "Creating plugin zip file..."
zip -r dist/plugin.zip . \
-x "node_modules/**" "dist/**" ".git/**" ".github/**" ".wiki/**"
-x "node_modules/**" "dist/**" ".git/**" ".github/**" ".wiki/**" "cypress/**" "playground/**" "tests/**" "vendor/**"
echo "Plugin zip created at dist/plugin.zip"
ls -la dist/