Skip to content

Commit 0ff3abb

Browse files
committed
activate the plugin, in test WP instance
1 parent 6af42a0 commit 0ff3abb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ jobs:
116116
--dbprefix=wptests_ \
117117
--skip-check
118118
119+
- name: Activate plugin for WP-CLI tests
120+
run: wp plugin activate progress-planner --path=/tmp/wordpress
121+
119122
- name: Run unit tests - single site
120123
run: composer test
121124

0 commit comments

Comments
 (0)