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 7aed5c7 commit 92cdf28Copy full SHA for 92cdf28
1 file changed
.github/workflows/upgrade-compat.yml
@@ -19,7 +19,7 @@ on:
19
pull_request:
20
21
jobs:
22
- e2e-tests:
+ upgrade-compat:
23
runs-on: ubuntu-latest
24
25
services:
@@ -111,4 +111,4 @@ jobs:
111
docker exec $WP_CONTAINER wp plugin install wordpress-seo --activate --allow-root
112
113
# Install Yoast Comment Experience
114
- docker exec $WP_CONTAINER wp plugin install yoast-comment-experience --activate --allow-root
+ docker exec $WP_CONTAINER wp plugin install yoast-comment-hacks --activate --allow-root
0 commit comments