Skip to content

Commit 3d58f46

Browse files
committed
Fix Github workflow
1 parent 7ffd75a commit 3d58f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656
docker compose up -d
5757
sleep 20
5858
docker compose ps
59-
docker compose exec -T wp wp --info
59+
docker compose exec -T wordpress wp --info
6060
curl --fail -s http://127.0.0.1/wp-admin/install.php || exit 1
6161
docker compose down

0 commit comments

Comments
 (0)