Skip to content

Commit ad59707

Browse files
authored
fix: use wp-env:test instead of wp-env (#7)
1 parent ca77668 commit ad59707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable-codeception.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ jobs:
105105
106106
- name: Log versions
107107
run: |
108-
npm run wp-env -- run cli php -- -v
109-
npm run wp-env -- run cli wp core version
108+
npm run wp-env:test -- run cli php -- -v
109+
npm run wp-env:test -- run cli wp core version
110110
111111
- name: Run Codeception acceptance tests
112112
if: ${{ inputs.acceptance }}

.github/workflows/reusable-phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
timeout_minutes: 10
7474
max_attempts: 3
7575
command: |
76-
npm run wp-env start --${{ inputs.multisite && ' --multisite' || '' }}${{ inputs.coverage && ' --xdebug=coverage' || '' }}
76+
npm run wp-env:test start --${{ inputs.multisite && ' --multisite' || '' }}${{ inputs.coverage && ' --xdebug=coverage' || '' }}
7777
7878
- name: Log versions
7979
run: |

0 commit comments

Comments
 (0)