Skip to content

Commit 8bd3b9a

Browse files
committed
wip
1 parent 02c4a15 commit 8bd3b9a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,6 @@ jobs:
107107
PLUGIN_SLUG=$(basename "$GITHUB_WORKSPACE")
108108
ln -s "$GITHUB_WORKSPACE" "wordpress/wp-content/plugins/simpleanalytics"
109109
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-
123110
- name: Install pnpm
124111
uses: pnpm/action-setup@v4
125112
with:

0 commit comments

Comments
 (0)