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 ad6a9b9 commit 9432466Copy full SHA for 9432466
.github/workflows/php.yml
@@ -48,17 +48,7 @@ jobs:
48
run: yarn build
49
50
- name: Start wp-env
51
- run: npx wp-env start
52
-
53
- - name: Log running Docker containers
54
- run: docker ps -a
55
56
- - name: Docker container debug information
57
- run: |
58
- npx wp-env run tests-mysql mysql -- --version
59
- npx wp-env run tests-wordpress php -- --version
60
- npx wp-env run tests-wordpress php -m
61
- npx wp-env run tests-wordpress php -i
+ run: yarn wp-env
62
63
- name: WordPress unit test
64
run: yarn php:unit
.wp-env.json
@@ -1,5 +1,12 @@
1
{
2
"core": null,
3
"plugins": ["."],
4
- "phpVersion": "8.3"
+ "phpVersion": "8.3",
5
+ "env": {
6
+ "tests": {
7
+ "mappings": {
8
+ "wp-content/plugins/feature-flags": "."
9
+ }
10
11
12
}
0 commit comments