Skip to content

Commit 398f441

Browse files
author
André Lange
committed
fix: remove --wait flag in CI (wp-cli restart:no exits immediately)
1 parent e95660b commit 398f441

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
run: |
2222
# GitHub Actions has MySQL on 3306 — use 3307 in CI
2323
echo "MYSQL_PORT=3307" >> .env
24-
docker compose up -d --wait
24+
docker compose up -d
25+
sleep 10
2526
docker compose ps
2627
2728
- name: Check service status

0 commit comments

Comments
 (0)