Fix WordPress Playground tests with improved debugging and error handling
This commit is contained in:
5
.github/actions/create-plugin-zip/action.yml
vendored
5
.github/actions/create-plugin-zip/action.yml
vendored
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user