We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02c4a15 commit 8bd3b9aCopy full SHA for 8bd3b9a
.github/workflows/tests.yml
@@ -107,19 +107,6 @@ jobs:
107
PLUGIN_SLUG=$(basename "$GITHUB_WORKSPACE")
108
ln -s "$GITHUB_WORKSPACE" "wordpress/wp-content/plugins/simpleanalytics"
109
110
- - name: Start WordPress server
111
- run: |
112
- wp server --host=localhost --port=8100 --allow-root --path=wordpress > /tmp/wp-server.log 2>&1 &
113
- # Health check
114
- for i in {1..30}; do
115
- if curl -sf http://localhost:8100/wp-login.php > /dev/null 2>&1; then
116
- echo "WordPress server ready"
117
- break
118
- fi
119
- [ $i -eq 30 ] && echo "Server failed to start" && cat /tmp/wp-server.log && exit 1
120
- sleep 1
121
- done
122
-
123
- name: Install pnpm
124
uses: pnpm/action-setup@v4
125
with:
0 commit comments