Skip to content
This repository was archived by the owner on May 2, 2026. It is now read-only.

Commit 581aaa8

Browse files
committed
remove plugins
1 parent 0d27ecf commit 581aaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeception-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: |
5858
cp ./tests/.dist.env ./tests/.env
5959
touch .wp-env.override.json
60-
echo "{\"core\": \"${{ matrix.WP_VERSION }}\", \"phpVersion\": \"${{ matrix.php }}\"}" > .wp-env.override.json
60+
echo "{\"core\": \"${{ matrix.WP_VERSION }}\", \"phpVersion\": \"${{ matrix.php }}\", \"env\": { \"development\": { \"plugins\": [] } } }" > .wp-env.override.json
6161
6262
- name: Start WordPress
6363
run: npm run wp-env:start

0 commit comments

Comments
 (0)