Skip to content

Commit ca3d29d

Browse files
committed
remove debug logs
1 parent 2cc5c8e commit ca3d29d

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/playwright.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -54,23 +54,6 @@ jobs:
5454
rm -rf ./src
5555
cp -r ./build/code-snippets ./src
5656
57-
- name: Verify build contents
58-
run: |
59-
echo "=== Verifying build artifact structure ==="
60-
echo "Main plugin file:"
61-
ls -la ./src/code-snippets.php || echo "❌ No main plugin file found"
62-
echo ""
63-
echo "Compiled JavaScript:"
64-
ls -la ./src/dist/ || echo "❌ No dist directory found"
65-
echo ""
66-
echo "Assets:"
67-
ls -la ./src/assets/ || echo "❌ No assets directory found"
68-
echo ""
69-
echo "PHP files:"
70-
ls -la ./src/php/ || echo "❌ No php directory found"
71-
echo ""
72-
echo "=== wp-env will map ./src to wp-content/plugins/code-snippets ==="
73-
7457
- name: Install workflow dependencies (wp-env, playwright)
7558
run: npm run prepare-environment:ci
7659

0 commit comments

Comments
 (0)