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 2cc2aaf commit 25e1edcCopy full SHA for 25e1edc
.github/workflows/playwright.yml
@@ -56,15 +56,15 @@ jobs:
56
57
- name: Start WordPress environment
58
run: |
59
- npm run wp-env:start
+ npx wp-env start
60
61
- name: Setup test data
62
- run: npm run test:setup:playwright
+ run: npx wp-env run cli wp plugin activate code-snippets
63
64
- name: WordPress debug information
65
66
- wp-env run cli wp core version
67
- wp-env run cli wp --info
+ npx wp-env run cli wp core version
+ npx wp-env run cli wp --info
68
69
- name: Install playwright/test
70
@@ -75,7 +75,7 @@ jobs:
75
76
- name: Stop WordPress environment
77
if: always()
78
- run: npm run wp-env:stop
+ run: npx wp-env stop
79
80
- uses: actions/upload-artifact@v4
81
0 commit comments