Skip to content

Commit 92cdf28

Browse files
committed
correct plugin slug
1 parent 7aed5c7 commit 92cdf28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/upgrade-compat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
pull_request:
2020

2121
jobs:
22-
e2e-tests:
22+
upgrade-compat:
2323
runs-on: ubuntu-latest
2424

2525
services:
@@ -111,4 +111,4 @@ jobs:
111111
docker exec $WP_CONTAINER wp plugin install wordpress-seo --activate --allow-root
112112
113113
# Install Yoast Comment Experience
114-
docker exec $WP_CONTAINER wp plugin install yoast-comment-experience --activate --allow-root
114+
docker exec $WP_CONTAINER wp plugin install yoast-comment-hacks --activate --allow-root

0 commit comments

Comments
 (0)