File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments